There are several ways to start using jQuery on your web site. You can: Download the jQuery library from jQuery.com; Include jQuery from a CDN, like ... <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
There are several ways to add jQuery on your web-page. You can download jquery from jquery.com or Include jQuery from a CDN.
this is for your live website because it has been minified and .... maintain, you can put your jQuery functions in a separate .js file.
No comments:
Post a Comment