Hi

The Interface Sortables plugin was not firing on "onchange". This is because the iDroppables plugin expects a property called "onchange" but is being given one called "onChange".

To change this you need to go into iSortables.js on line 242 and change the first "onChange" to "onchange".

Hope this helps someone.

Chris
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to