HI I tried using a javascript function call in the submit tag of a form_remote_for but it is not able to find the function im calling. if i call the same function from form_remote_for then ajax stops working. can ny one help me how can i call an javascript function when im using form_remote_for NOT FORM_REMOTE_TAG....????
|
|
|||
|
|
|
I think REMOTE_FORM_FOR is what you need. example: In your view:
Notice: the javascript function in :after is my custom javascript functions. And in your controller (it's comments_controller here)
anyway it's just a easy sample, you have to handle more details after you get some feeling for remote_form_for. Good luck. |
||
|
|
