Web Development How-to, Tips and Tricks
Top Banner
Saturday, July 25, 2015
Proper Jquery document ready
Here is a short and simple JQuery document ready I use:
<script type="text/javascript">
//<![CDATA[
$(document).ready( function(){
.....
});
//]]>
</script>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment