Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery not defined - $ not defined
    primarykey
    data
    text
    <p>I googled, checked all the usual responses.. The scripts appear to be in the correct order (they work in this same order in <a href="http://amsul.ca/pickadate.js/date.htm" rel="nofollow">the demo</a>) but for some reason when i try to implement it I get the errors.</p> <p>I have a <a href="http://pastebin.com/rcs3CVXN" rel="nofollow">paste bin</a> with my complete page code. But here's the gist of it.</p> <p>in my header:</p> <pre><code>&lt;script src="http://code.jquery.com/jquery-1.10.0.min.js"&gt;&lt;/script&gt; &lt;script src="picker/picker.js"&gt;&lt;/script&gt; &lt;script src="picker/picker.date.js"&gt;&lt;/script&gt; &lt;script src="picker/picker.time.js"&gt;&lt;/script&gt; &lt;script src="picker/legacy.js"&gt;&lt;/script&gt; &lt;script src="picker/main.js"&gt;&lt;/script&gt; </code></pre> <p>in my body:</p> <pre><code>&lt;input id="" class="fieldset__input js__datepicker" type="text" placeholder="Choose Date"&gt; &lt;input id="" class="fieldset__input js__timepicker" type="text" placeholder="Choose Time"&gt; </code></pre> <p>When I strip everything else out except these parts it works fine. Why is this not working?</p> <p><strong>MY ERRORS</strong></p> <pre><code>[10:23:00.178] ReferenceError: $ is not defined @ https://www.nn.com/picker/picker.js:26 [10:23:00.209] ReferenceError: Picker is not defined @ https://www.nnnr.com/picker/picker.date.js:23 [10:23:00.223] ReferenceError: Picker is not defined @ https://www.nnnnnn.com/picker/picker.time.js:23 [10:23:00.245] ReferenceError: $ is not defined @ https://www.nnnn.com/picker/main.js:30 </code></pre>
    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.
 

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