vinothini
vinothini

Reputation: 2604

How to submit a form thriugh ajax in rails3

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.

Upvotes: 0

Views: 97

Answers (1)

Raoul
Raoul

Reputation: 3889

Using jQuery appendTo

Upvotes: 2

Related Questions