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

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -