Tuesday 15 June 2010

html5 - Getting exception in a jquery file while running my web application in internet explorer although its running in google chrome browser -



html5 - Getting exception in a jquery file while running my web application in internet explorer although its running in google chrome browser -

this script have used display , hide text box. i'm getting exception while running application in net explorer although running fine in google chrome. help appreciated.

<script type="text/javascript"> $(document).ready(function () { $("#textbox2").hide(); $("#reasonforseparation").change(function () { debugger if ($(this).val() == 7) { $("#textbox2").show(); } else { $("#textbox2").hide(); } }); }) </script>

this dynamic file

{ var _alreadyrunned = false; settimeout(function _watcherready() { if (window.document.readystate === "complete" && !_alreadyrunned) { avastbho.serpwatcheronreadystate();// @ line exception occured _alreadyrunned = true; } else { timer = settimeout(_watcherready, 1000); } }, 1000); };

you have installed avast antivirus, , browser plugin causes problems.

try close avast plugin in net explorer > manage add-on , disable avast online security

good luck!!!

html5 jquery-ui asp.net-mvc-4

No comments:

Post a Comment