Monday, August 22

What is jQuery?

jQuery is a free, open JavaScript library. It simplifies the task of creating highly responsive web pages.jQuery works across modern browsers. It abstracts away browser specific features, and allowing you to concentrate on design.
It focuses on simplifying common scripting tasks like:
   - Getting and Manipulating page content
   - Working with the modern browser event model
   - Adding sophisticated effect
Most modern web development scenario involve common patterns.



Benifits of using jQuery:
   - It will leverages your existing knowledge of CSS.
   - It will work sets of elements.
   - Performs multiple operations on a set of elements with one line of code (known as statement chaining)
   - Hides versions browser quirks (So you can concentrate on the end result)
   - Is extensible (So you can use third party-plugins to perform specialized tasks on write your own)

No comments:

Post a Comment

Create first ASP.NET Core application

To create new application, we need an editor. It is not compulsory to use only Microsoft Editor. You can use any editor by your choice. ...