First of all thanks for the great work about nested objects. When i tried your example in my application IE gave me an error that object does not support method for jQuery hide() method. I did everything to figured out problem but none of them worked.
-copied jquery files to /assets/javascripts did not work !
-copied content of jquery.js file to application.js did not work!
-changed application.html.erb file like this
<%= javascript_include_tag "jquery","application", :cache=>true %> did not work.
Hello Ryan,
First of all thanks for the great work about nested objects. When i tried your example in my application IE gave me an error that object does not support method for jQuery hide() method. I did everything to figured out problem but none of them worked.
-copied jquery files to /assets/javascripts did not work !
-copied content of jquery.js file to application.js did not work!
-changed application.html.erb file like this
<%= javascript_include_tag "jquery","application", :cache=>true %> did not work.
My rails version 3.1.0
thanks..