Click here to Skip to main content
15,885,985 members
Articles / All Topics
Technical Blog

jQuery – Getting to Know the jQuery Documentation

Rate me:
Please Sign up or sign in to vote.
2.85/5 (7 votes)
19 Dec 2013CPOL2 min read 7.8K   2   4
jQuery - getting to know the jQuery documentation

In yesterday’s blog posts, we have discussed about jQuery ready function. If you didn’t read that, please read before proceeding with this article as this is a continuation of that article. Here is the link jQuery – ready function. In this article, we will go over jQuery documentation.

In previous articles, we have seen how jQuery can be added into a page and the fundamentals used to work with it. Let’s take a little bit of time to run over jQuery documentation site. If you want to be good in jQuery, you really need to spend some time on jQuery documentation. By doing that, you can really speed up your coding.

In addition to getting script from jquery.com, you will get API Documentation as well. This is one of the important things you should know, if you are working with jQuery in your project.

jQuery.1

Fortunately jQuery documentation is improving year over year. Let’s take a quick look at what we can get from the API documentation.

While clicking on API documentation, we will be navigated to another page api.jquery.com where on the left hand side, some categories can be found. Vast amount of information about Ajax, Attribute, CSS, Effects, Events, DOM Manipulations, Selectors etc. can be found there.

jQuery.2

For example, let’s click on Selectors and see what all things are available. We can see all the different stuff related to Selectors.

jQuery.4

Now let’s look at DOM Manipulations. Click on DOM Insertion, Inside and see the several methods for doing that. We can append things, prepend things, change text, etc.

jQuery.5

The nice thing about this is while clicking on it, you will get a nice explanation of the function or property you have clicked. It also tells the version in which that function or property is added.

jQuery.7

Below it, you can see some information about how to use that function or property.

jQuery.8

While scrolling down, you can also see a good example of that function or property.

jQuery.9

You can even run a live demo as well.

jQuery.10

So this is a very useful site for jQuery developers. If you want to become well in jQuery, you should follow jQuery documentation.

Tomorrow

In tomorrow’s blog post, we will discuss about Selectors in jQuery.

Reference: Arun Ramachandran (http://BestTEchnologyBlog.Com)


License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
India India
Arun Ramachandran is a Software Engineer having hands on experience in different Microsoft Technologies who is presently working in Experion Technologies, India. He has written over 95 articles on the subject on his blog at http://BestTEchnologyBlog.com. Along with 3 years of hands on experience he holds a Master of Computer Applications degree from Cochin University of Science & Technology (CUSAT).

Comments and Discussions

 
GeneralMy vote of 1 Pin
Sarath C1-Jan-14 21:51
Sarath C1-Jan-14 21:51 
useless.
GeneralMy vote of 2 Pin
Member 950774120-Dec-13 12:47
Member 950774120-Dec-13 12:47 
GeneralMy vote of 1 Pin
Vijay Gill19-Dec-13 22:50
professionalVijay Gill19-Dec-13 22:50 
Question[My vote of 1] what are you trying here? Pin
Prabu ram19-Dec-13 22:34
Prabu ram19-Dec-13 22:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.