{html_head}{literal} {/literal}{/html_head} {footer_script require='jquery.ui.sortable} {literal} jQuery().ready(function(){ jQuery(".catPos").hide(); jQuery(".drag_button").show(); jQuery(".categoryLi").css("cursor","move"); jQuery(".categoryUl").sortable({ axis: "y", opacity: 0.8 }); jQuery("#categoryOrdering").submit(function(){ ar = jQuery('.categoryUl').sortable('toArray'); for(i=0;i

PWG Stuffs