/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<script type="text/javascript"> if (typeof jQuery != 'undefined') { alert("jQuery is Loaded"); } </script>