/ Published in: JavaScript
Expand |
Embed | Plain Text
<script type="text/javascript"> $(document).ready(function() { alert('hi'); }); </script> -or- <script type="text/javascript"> if (jQuery) { alert("jQuery loaded"); }; </script>
You need to login to post a comment.
