Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery error in IE8 - $ undefined
    primarykey
    data
    text
    <p>I have looked through answers and I still don't know why I get this error.</p> <p>Here is the HTML code at the top of my page:</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html lang="en-us"&gt; &lt;head&gt; &lt;meta charset="utf-8" /&gt; &lt;meta name="description" content="" /&gt; &lt;meta name="keywords" content="" /&gt; &lt;title&gt;MAGI In a Box - Login&lt;/title&gt; &lt;link href="css/main.css" rel="stylesheet" type="text/css" media="all" /&gt; &lt;link href="css/grids.css" rel="stylesheet" type="text/css" media="all" /&gt; &lt;link href="css/misc.css" rel="stylesheet" type="text/css" media="all" /&gt; &lt;link href="css/tables/demo_table_jui.css" rel="stylesheet" type="text/css" media="all" /&gt; &lt;link href="css/tables/jquery-ui-1.8.4.custom.css" rel="stylesheet" type="text/css" media="all" /&gt; &lt;script type="text/javascript" src="js/table_pagination.js"&gt;&lt;/script&gt; &lt;!--Start Style Specific to Project --&gt; &lt;link href="css/magi.css" rel="stylesheet" type="text/css" media="all" /&gt; &lt;!--Start Style Specific to Project --&gt; &lt;!-- Add the datepicker stylesheet --&gt; &lt;link href="css/datepicker.css" rel="stylesheet" type="text/css" /&gt; &lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="js/jquery-ui.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script&gt; function SetFocus() { var input = document.getElementById("user_email"); input.focus(); } &lt;/script&gt; &lt;/head&gt; </code></pre> <p>the jquery is defined before the rest of the script, yet I get these 3 errors:</p> <blockquote> <p>Message: 'jQuery' is undefined Line: 6Char: 1Code: 0URI: <a href="https://demoapp01.smartstream.cognosante.com/MAGIDataEntry/js/jquery-ui.jsMessage" rel="nofollow">https://demoapp01.smartstream.cognosante.com/MAGIDataEntry/js/jquery-ui.jsMessage</a>: '$' is undefinedLine: 9Char: 1Code: 0URI: <a href="https://demoapp01.smartstream.cognosante.com/MAGIDataEntry/js/jQuery.collapsible.jsMessage" rel="nofollow">https://demoapp01.smartstream.cognosante.com/MAGIDataEntry/js/jQuery.collapsible.jsMessage</a>: Object expectedLine: 3Char: 1Code: 0URI: <a href="https://demoapp01.smartstream.cognosante.com/MAGIDataEntry/js/example.js" rel="nofollow">https://demoapp01.smartstream.cognosante.com/MAGIDataEntry/js/example.js</a></p> </blockquote> <p>If the jQuery is declared, why am I still getting these errors?</p> <p>This is the first time I am posting, I hope I got the formatting correct!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload