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 -

python - Received unregistered task using Celery with Django -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -