Rss Feed
  1. Jquey to execute on page load



    $(document).ready(function() {
      // Handler for .ready() called.
    });


    Jquey to execute after page load




    $(function() {
     // Handler for .ready() called.
    });




  2. 0 comments:

    Post a Comment