oh right, value... god i always do that.

but, its not even alerting 'hi' so its not getting to that point even.....

its making the list sortable, but nothing happens after i drag around.



> Well, if they are hidden input fields, then I'm not sure you can use
> innerHTML (all self-enclosed tags should have no innerHTML).  You need
> to set the value on them (ids[i].value = '' + i, instead of
> ids[i].innerHTML = i).  Or by 'hidden fields', do you not mean <input
> type='hidden'... >?
>
> Greg
> _______________________________________________
> Rails-spinoffs mailing list
> Rails-spinoffs@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
>

_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to