check for the real jQuery / $ object
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 8 May 2014 14:20:49 +0000 (14:20 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 8 May 2014 14:20:49 +0000 (14:20 +0000)
examples/htdocs/wolfram.html

index cf9ee46..6ac1edd 100644 (file)
         </td>
       </tr>
     </table>
-    <script type="text/javascript">
 
-    console.log("Reset jQuery and $ objection to null....");
-    $ = null;
-    jQuery = null;
+
+    <!-- <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.js"></script> -->
+    <script type="text/javascript">
+      // check for the real jQuery / $ object
+      console.log("Reset jQuery and $ objection to null....");
+      $ = null;
+      jQuery = null;
     </script>
+
   </body>
 </html>
+