Saturday, 26 March 2016

How to keep jQuery functions in a separate file ?


Putting your jQuery functions in a separate .js file makes them easy to maintain.

Use js file under head section
<head>
   <script src="my_jquery_functions.js"> </script>
</head>

No comments:

Post a Comment

Note: only a member of this blog may post a comment.