S
Saravanankumar Saravanan
Hi,
I have user model & a method to edit it.
Using normal ruby with html, i did it.
But, using ajax i want to submit the page.
I know there is a tag
"<%=form_remote_tag %> "
But, already i've used
"<% form_for :user ...%>
I want to submit the page using ajax.
Is it possible? If, it is, please help me to how to do it?
Thanks.
I have user model & a method to edit it.
Using normal ruby with html, i did it.
But, using ajax i want to submit the page.
I know there is a tag
"<%=form_remote_tag %> "
But, already i've used
"<% form_for :user ...%>
I want to submit the page using ajax.
Is it possible? If, it is, please help me to how to do it?
Thanks.