Jquery Tool Tip Doesnt Work In Ie 10
The following piece of code is generating an error on IE 10 . It works well on all other browsers . JavaScript $(function () { var du = 1000; var tooltip; $(document).
Solution 1:
For anyone facing the same problem Changing the Jquery reference to the latest version 1.10.3 resolved the problem.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
Post a Comment for "Jquery Tool Tip Doesnt Work In Ie 10"