javascript - bootstrap.min.js IE8 Object doesn't support property or method 'on' -
everything works fine in chrome, firefox, , newer version of ie. govt contract , stuck ie8.
i'm getting error
object doesn't support property or method 'on' file: bootstrap.min.js, line: 6, column: 1434
i have tried including html5shiv.js , respond.min.js, , style sheets local. <div class="collapse navbar-collapse">
not display @ in ie8 works fine in else.
i have added meta tags below
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1">
this asp.net application..
that's because .on
added in 1.7.
and know, ie-compatible jquery v1.11. why in world using v1.4?
Comments
Post a Comment