source: trunk/admin/themes/default/template/include/dbselect.inc.tpl @ 9172

Last change on this file since 9172 was 9172, checked in by patdenice, 13 years ago

Update jQuery to 1.5 and jQuery UI to 1.8.9

  • Property svn:eol-style set to LF
File size: 719 bytes
Line 
1{combine_script id='jquery' load='async' path='themes/default/js/jquery.min.js'}
2{combine_script id='jquery.ui' load='async' require='jquery' path='themes/default/js/jquery.ui.min.js' }
3{combine_script id='jquery.ui.resizable' load='async' require='jquery.ui' path='themes/default/js/ui/minified/jquery.ui.resizable.min.js' }
4{footer_script require='jquery.ui.resizable'}{literal}
5jQuery(document).ready(function(){
6        // Resize possible for double select list
7        jQuery(".doubleSelect select.categoryList").resizable({
8                handles: "w,e",
9                animate: true,
10                animateDuration: "slow",
11                animateEasing: "swing",
12                preventDefault: true,
13                preserveCursor: true,
14                autoHide: true,
15                ghost: true
16        });
17});
18{/literal}{/footer_script}
Note: See TracBrowser for help on using the repository browser.