开发者_开发百科I am using rails3, jquery-rails gem.
In my index page i m having the list of projects and form. when i submit the form through ajax call the i need to add the project to above list. I got the Ajax response as json. Then how to use this response to add the bottom of the above list.
Using jQuery appendTo
精彩评论