Changeset 1766:a3e16ad9e270 for admin/js
- Timestamp:
- 09/09/13 00:52:49 (12 years ago)
- Branch:
- default
- Children:
- 1767:c99d36e17de6, 1827:38ac207ff0ba, 1898:179ab7aca5c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_preferences-dragdrop.js
r160 r1766 1 1 $(function() { 2 2 $("#my-favs ul").sortable({'cursor':'move'}); 3 $("#my-favs ul").hover(function () { 4 $(this).css({'cursor':'move'}); 5 }, function () { 6 $(this).css({'cursor':'auto'}); 7 }); 3 $("#my-favs ul, #my-favs ul *").css({'cursor':'move'}); 8 4 $('#favs-form').submit(function() { 9 5 var order=[];
Note: See TracChangeset
for help on using the changeset viewer.