/ Published in: jQuery
/* Global JavaScript File for working with jQuery library */
Expand |
Embed | Plain Text
/* Global JavaScript File for working with jQuery library */ // execute when the HTML file's (document object model: DOM) has loaded $(document).ready(function() { alert ('Hello World'); });
You need to login to post a comment.
