barthelemy von Haller
2006-Apr-07 10:02 UTC
[Rails] weird problem with draggable_element in a partial rhtml
Hi all, I have an index.rhtml page which calls a partial called _tasks.rhtml. In the latter i call <%= draggable_element("icon#{@tasks.id}", :revert => true)%>. The first display of my page works fine and I get <script type="text/javascript"> //<![CDATA[ new Draggable("icon32", {revert:true}) //]]> </script> But then if I have an ajax call to a function which will update the partial ''tasks'', everything is fine appart from the draggable which doesn''t appear at all. Just a blank line. And if I escape (<%=h...) the draggable element I get exactly what I want. Does anybody have a clue on what is happening ? Thanks in advance Barth -- Posted via http://www.ruby-forum.com/.