Jquey to execute on page load
$(document).ready(function() { // Handler for .ready() called. });
Jquey to execute after page load
$(function() { // Handler for .ready() called. });
Monday, 3 December 2012
$(document).ready(function() { // Handler for .ready() called. });
$(function() { // Handler for .ready() called. });
Posted by Unknown at 05:09 | Labels: jquery | Email This BlogThis! Share to X Share to Facebook |
© Tip & Tricks - Designed by Nudge, Blogger templates by Blog and Web.
0 comments:
Post a Comment