0

I'm triggering "on" change function using jquery. It works perfectly fine in firefox and chrome.. But this is not getting triggered in IE 11. Here is my code

$("#newstaggered-carousel input[name='otherCity']").on('change', function() {
Syed
  • 2,325
  • 10
  • 42
  • 80

1 Answers1

0

Try with the compatability set in the meta tag:

<meta http-equiv="X-UA-Compatible" content="IE=edge">
Wtower
  • 17,145
  • 11
  • 98
  • 72
madhu
  • 234
  • 5
  • 13