top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Why do we use jQuery?

+2 votes
265 views
Why do we use jQuery?
posted Jul 2, 2015 by Manikandan J

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

6 reasons you should be using jQuery

1. jQuery promotes simplicity

2. jQuery elements display even when JavaScript is disabled

3. jQuery easily integrates with the Visual Studio IDE

4. jQuery makes animated applications just like Flash

5. jQuery pages load faster

6. jQuery can be SEO friendly

Why you need jQuery

Let's recap some of the advantages to using jQuery in your next Web development project.

The price is right. The jQuery library is free.

It's light. Since jQuery pushes content to the client, it therefore reduces the wait time for server response. Plus, it's smaller than Flash, so it results in smoother playbacks and less errors.

It works anywhere. HTML5 is cross-browser compatible-it will work on any browser, mobile phone or tablet, and even on Apple devices.

There's a low learning curve. Since it's based on plain old JavaScript, developers can learn jQuery fast.

Finally, jQuery is SEO friendly and CSS3 compliant.

answer Jul 2, 2015 by Karthick.c
Similar Questions
+4 votes

How do you stop following in jQuery -

currently-running animation, 
remove all queued animations, and 
complete all animations for the matched elements
...