To start learning jQuery, you must have a basic knowledge of HTML, CSS and Javascript.
Jquery is the most popular javascript library which helps us make our static HTML pages to dynamic. We need to download a jQuery js file before starting things. Get it. You can download the production version which is minified and is smaller in size.
Jquery is about selecting particular elements present on the document and then applying the effects we wish.
So, lets start learning jQuery with selectors.
Be the first to comment on this topic