Re: CakePHP with jQuery UI Sortable

2013-04-09 Thread lowpass
jQuery 1.9 has been refactored a great deal. Perhaps the UI version you have has been tailored specifically to that version. http://jquery.com/upgrade-guide/1.9/ On Sat, Apr 6, 2013 at 7:14 AM, Lucky1968 wrote: > Hi, > > > I'm using jQuery UI Sortable in a CakePHP application to drag and drop

CakePHP with jQuery UI Sortable

2013-04-06 Thread Lucky1968
Hi, I'm using jQuery UI Sortable in a CakePHP application to drag and drop table rows to rearrange their order. On drop the new position should be saved in the db. Everything works fine with jQuery 1.9 but we need to have it working with jQuery 1.8.2. With jQuery 1.8.2 the jQuery UI Sorta