Opah!
Is there any way I can call a method in the controller through a javascript code?
I am wanting to destroy a Session to leave a specific page.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the simplest way to do this IMO is with javascript, calling
you can also use $.get(), $.post()…
see jQuery – Ajax API for more.