I have a select list with several options. I wanna choose one then it straight away direct me to a page. I don’t wanna have any submit button. How do I do that in Rails?
Share
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.
You can achieve this with javascript. If you are using jQuery you can do something like this.
I didn’t tested the code, it could contain syntax errors, but you can get the idea form this snippet.