test with undefine jQuery and $ object, MKWS-185
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 8 May 2014 13:32:21 +0000 (13:32 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 8 May 2014 13:32:21 +0000 (13:32 +0000)
examples/htdocs/wolfram.html

index d744927..cf9ee46 100644 (file)
         </td>
       </tr>
     </table>
         </td>
       </tr>
     </table>
+    <script type="text/javascript">
+
+    console.log("Reset jQuery and $ objection to null....");
+    $ = null;
+    jQuery = null;
+    </script>
   </body>
 </html>
   </body>
 </html>