Putting your jQuery functions in a separate .js file makes them easy to maintain.
Use js file under head section
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"> </script>
<script src="my_jquery_functions.js"> </script>
</head>
No comments:
Post a Comment
Note: only a member of this blog may post a comment.