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,471
  • 10
  • 49
  • 89

1 Answers1

0

Try with the compatability set in the meta tag:

<meta http-equiv="X-UA-Compatible" content="IE=edge">
Wtower
  • 18,848
  • 11
  • 103
  • 80
madhu
  • 244
  • 5
  • 13