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
Post a Comment