[Rails] Something weird about draggable_element_js
Hi,
Because I want to create several draggable elements in a list, I'd
like to do the following:
<script type="text/javascript">
<%- elements.each do |element| -%>
<%= draggable_element_js("element_#{element.id}".to_sym, :revert
=> true) %>
<%- end -%>
</script>
However, if you'd try this in your app, you'll see that this won't
work, because the quotes around the ID in the generated javascript are
converted to the HTML-equivalent (").
Is this a bug or am I doing something wrong?
Regards,
Jaap Haagmans
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home