[jQuery] Sortable help

2010-01-13 Thread Ryan Gartin
This is sort of in reference to this (http://groups.google.com/group/ jquery-en/browse_thread/thread/8219bd3a3f106497) post. Also to note, I am completely new to jQuery, but it's awesome!!! Ok, why does the following work in jquery 1.2.6 (UI: jquery-ui- personalized-1.6rc2.min.js) but not in 1.3.2

[jQuery] Sortable Help

2009-11-10 Thread Dave Maharaj :: WidePixels.com
I am trying to send the data in a numbered array but i end up with set[]=56454&set[]=54546522 when i need set[0]=56454&set[1]=54546522 $(document).ready(function() { $("#sortable").sortable({ placeholder: 'ui-state-highlight', update: function() {$.post('/order/.php',{data: $("#s

[jQuery] Sortable Help

2009-10-14 Thread Dave Maharaj :: WidePixels.com
I am sorting but the data being sent is in wrong format. Response headers: data = entry[]=cf43c5caa5e&entry[]=1cb5758d6aa&entry[]=ee713a3034a&entry[]=d32cea34 83f key = entry_0[] but it should be entry[0]=cf43c5caa5e&entry[1]=1cb5758d6aa&entry[2]=ee713a3034a&entry[3]=d32c