test with undefine jQuery and $ object, MKWS-185
[mkws-moved-to-github.git] / examples / htdocs / wolfram.html
index d744927..cf9ee46 100644 (file)
         </td>
       </tr>
     </table>
+    <script type="text/javascript">
+
+    console.log("Reset jQuery and $ objection to null....");
+    $ = null;
+    jQuery = null;
+    </script>
   </body>
 </html>