check for the real jQuery / $ object
[mkws-moved-to-github.git] / 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>
+