{* Resize possible *} {footer_script require='jquery.ui.resizable'}{literal} jQuery().ready(function(){ // Resize possible for list jQuery(".categoryList").resizable({ handles: "all", animate: true, animateDuration: "slow", animateEasing: "swing", preventDefault: true, preserveCursor: true, autoHide: true, ghost: true }); }); {/literal}{/footer_script}