Interview Tips Interview Tips, Interview Questions and Answers

2Mar/100

interviews on jQuery

Getting friendly with jQuery (A beginners guide + added auto TOC generation + text entry limit)
jQuery is a javascript library with rich API to manipulate DOM, event handling, animation and ajax interactions. The following are the essential features of jQuery that makes it so appealing for client side scripting.

Starting with JQuery
This article gives a brief introduction about what is Jquery and what can be done using JQuery.

21Jan/100

What is JQuery?

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
Benefits of JQuery:
1. Lightweight Footprint
About 23KB in size (Minified and Gzipped)
2. CSS3 Compliant
Supports CSS 1-3 selectors and more!
3. Cross-browser
IE 6.0+, FF 2+, Safari 3.0+, Opera 9.0+, Chrome