I have a list which can be sortable. I\'m using jQuery UI with widget, mouse, position, sortable addons.
I have a problem with inner-accordions : the destroy-recreate method to refresh an accordion after adding some panels doesn\'t work correctly.
This problem occurs on Safari. I don\'t get the problem on IE (which is a first). I have a sortable: <ul id=开发者_开发技巧\'srt\'>
I\'m using jQuery UI sortable to allow the user to shuffle the list, but the stop event returns the entire list.
Getting some rather unusual errors when sorting in IE 7 and 8 (works fine in 9). http://jsfiddle.net/pC5qg/
My connected sortables work great but I\'m trying to make one improvement: If a user drags in item into the \"#buttonmaker\" sortable, I want the entire page to refresh.
I have several product ids. Here are some examples: c-05开发者_高级运维 , C-1025 , C-1035 , C-155 , C1B , k-1202
I\'ve two different lists <ul id=\"one\"> <li id=\"num_1\">One</li> <li id=\"num_2\">two</li>
I\'m using a jQuery UI sortable with a table (works fine).I would like to make the header and last row fixed (non-moveable).
I can get IE to remove objects as long as it is not the current draggable object.This is working on Chrome and Firefox.Is there something I\'m doing wrong?