Home  >  Article  >  Web Front-end  >  jquery guide/getting started_jquery

jquery guide/getting started_jquery

WBOY
WBOYOriginal
2016-05-16 19:07:421024browse

Guide/Basics

This is a basic guide designed to help you get started with jquery. jquery gives you solutions to common problems. If you haven't created your test page yet, I recommend you create an HTML page with the following content:
Program code

Copy code The code is as follows:







jQuery
Modify the src attribute of the script tag to point to your jquery.js. For example, if your jQuery.js is in the same directory as your HTML file, you can do this:
Program code