/ Published in: JavaScript
Expand |
Embed | Plain Text
<script type="text/javascript"> $(document).ready(function() { alert('ready'); }); </script>
You need to login to post a comment.
paul0078 on 04/15/12
2 people have marked this snippet as a favorite
<script type="text/javascript"> $(document).ready(function() { alert('ready'); }); </script>
You need to login to post a comment.