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 -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -