I am working with a jQuery code. The code listen from an event "change" from the radio button. I want to use select instead. How can I make this work?. See the code below
$("#filters input:radio").on("change", function () {
I think it should be
$("#filters select").on("change", function () {
As select is not an input tag?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With