source: extensions/Icy_Picture_Modify/template/dbselect.inc.tpl @ 11610

Last change on this file since 11610 was 11610, checked in by icy, 13 years ago

Merge branch 'master' into svn

File size: 393 bytes
Line 
1{footer_script require='jquery.ui.resizable'}{literal}
2jQuery(document).ready(function(){
3        // Resize possible for double select list
4        jQuery(".doubleSelect select.categoryList").resizable({
5                handles: "w,e",
6                animate: true,
7                animateDuration: "slow",
8                animateEasing: "swing",
9                preventDefault: true,
10                preserveCursor: true,
11                autoHide: true,
12                ghost: true
13        });
14});
15{/literal}{/footer_script}
Note: See TracBrowser for help on using the repository browser.