Posted on: 9/16/2015 3:45:53 PM | Views : 876


Hi,
I got the following error message in IE, but not other browser. Can you please advice what's wrong with the javascript and suggest how I can locate the line indicated? 
Message: Object expected
Line: 656 Char: 9 Code: 0 URI: xxxx
I right click and select "view source" and find the line "656". Will this be the line  that the error refers to? Anyway, it is       $(function () { (bolded below)
<html>
<head>
<title>Employee Career Profile Search</title>
    <script  type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.js"></script>
    <script type="text/javascript">
        $(functio ...

Go to the complete details ...