RoR newbie here.Working the \"play time\" exercises at the end of Agile Web Dev with Rails, chapter 9.Can\'t get link_to_remote to generate a link for me in a partial.My store_cart_item.html.erb parti
I\'m trying to get two things done after a user clicks on a link: Delete a div Add another element at the bottom of the page
Hy, I\'m using jq_link_to_remote function to load in a div a form to do answers to a comment (like in facebook). My problem is that i call this form like that \'social/respond/id/14\'where id content
In the js file of the page, inside $(document).ready(function() {}) I have $(\".school a\").live(\"click\", function (e){
I\'m trying to figure out how to structure my path on a link_to_remote tag to accommodate nested routes. I have an article model that belongs to a group model, and the article has votes associated wit
I have a Rails app where I was doing a general delete dialog with \"are you sure\" before it gets deleted. That\'s all fine, but I also have a small ajax开发者_JAVA技巧 on click to remove the block co