html - jQuery get the form select value -


i working jquery code. code listen event "change" radio button. want use select instead. how can make work?. see code below

$("#filters input:radio").on("change", function () { 

i think should

$("#filters select").on("change", function () { 

as select not input tag?


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

tags - Jquery Mixitup plugin help prevent handlers being destroyed -

python - Received unregistered task using Celery with Django -