Displaying 1 result from an estimated 1 matches for "sortable_charts".
2007 Apr 18
0
Ajax Drog and Drop Sorting Frequency
Hi Friends,
I am new to ROR.I have implemented sorting by Ajax drag and drop and
interaction with database.
Working fine but if i sort records rapidly, getting nil point exception.
I am pasting the sortable list code.
<%= sortable_element(''sortable_charts'',
:update => ''assigned_chart_files'',
:url => {:action => :update_positions , :quiz_id
=> @quiz.id },
:before => "Element.show(''spinner'')",...