/* NHN (developers@xpressengine.com) */ jQuery(function($){ $('form.siteMap') .find('li') .prepend('') .append('') .mouseover(function(){ $(this).addClass('active'); return false; }) .mouseout(function(){ $(this).removeClass('active'); return false; }) .mousedown(function(event){ var $this, $clone, $target = $(event.target), $uls, $ghost, $last; if($target.is('a,input:text,textarea')) return; $this = $(this); $clone = $this.clone(true).find('.side,input').remove().end(); $uls = $this.parentsUntil('form.siteMap').filter('ul'); $ghost = $last = $('