Answer the question
In order to leave comments, you need to log in
What is the jQuery equivalent of .change() in AngularJS for the select tag?
I need to redirect the user to another page after selecting an option in a select.
How this can be done, I can not understand.
For example, in jquery this is easy to do:
$('select').change(function() {
location.href = '/page/' + $(this).val();
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question