search for: list101

Displaying 2 results from an estimated 2 matches for "list101".

Did you mean: list10
2006 Mar 30
4
possible scriptaculous bug
.../javascript"></script> <script src="/javascripts/controls.js" type="text/javascript"></script> </head> <body> <div id="content"> Larry <ul class=''sortable-list'' id=''task-list101'' > <li id="item_109"> another test </li> <li id="item_106"> Fix drop down problem </li> <li id="item_110"> This is...
2006 Apr 05
1
Nuby Sortable Question? How do you pass multiple lists back to the server
...n.id.to_s , :url => { :action => "noop", :id => @user }, ... %> Which causes this to be included in the javascript: onUpdate:function(){new Ajax.Request(''/tasklist/noop/101'',... parameters:Sortable.serialize(''task-list101'') If you are dragging between two lists, how do you pass both back? (or does the onUpdate get called twice (once for each list?)) What if you wanted to pass all the lists back after multiple drags and drops? thanks _______________________________________________ Rails-spinoffs mailin...