Displaying 1 result from an estimated 1 matches for "reorder_imag".
Did you mean:
reorder_images
2006 May 30
1
sortable_element does not initiate AJAX calls
...tension does not show any AJAX requests, and the
development.log file does not do anything when droppping the items in
new positions.
Here is the code I am using for sortable generation:
<%= sortable_element ''images'',
:url => {
:action => ''reorder_images'',
:id => @product
},
:overlap => :horizontal,
:constraint => false,
:tag => :div
%>
Which generates the following javascript:
<script type="text/javascript">
//<![CDATA[
Sortable.create("images&quo...