Displaying 2 results from an estimated 2 matches for "left_list".
Did you mean:
elt_list
2007 Jul 19
1
Storing order of sortable objects in RoR
...ot;right"],constraint:false,
onUpdate:updateOrder});
Sortable.create("right",
{dropOnEmpty:true,containment:["left","right"],constraint:false,
onUpdate:updateOrder});
function updateOrder(){
var url = ''order'' //the action
var left_list = escape(Sortable.sequence(''left''));
var right_list = escape(Sortable.sequence(''right''));
var left_ids = unescape(left_list).split('','');
var right_ids = unescape(right_list).split('','');
new Ajax.Request(url, {...
2012 Mar 07
1
[HELP!]GFS2 in the xen 4.1.2 does not work!
[This email is either empty or too large to be displayed at this time]