jquery basic usage in web forms
jquery basic usage in web forms
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Chintan RathodPosted May 25, 2012, 5:54 AM
What is jQuery?
jQuery is a new kind of JavaScript library that makes it easier for designers to control HTML events, animations, and other interactions on a web page by adding and removing style sheet handlers. These handlers are either HTML classes or IDs; the handlers are specified in a style sheet, which then tells the browser how to position and style HTML elements. With jQuery, web designers can quickly and easily write these handlers to the document on specified events, such as a mouse click or a hover, and when we do so, it will change the style and/or position of that element. jQuery also simplifies AJAX--the client-side web development techniques for creating interactive web applications. AJAX applications can retrieve data from the server quietly in the background without interfering with how a web page displays or behaves. AJAX uses HTML and CSS (cascading style sheets) to change style and layout via user interaction and input.
Why is jQuery so great?
One of the major and most important benefits of using jQuery versus other JavaScript libraries or interactive applications is that it does not take away from the visibility of web page content from the search engines. The problem with other applications (such as Flash), is that your content is lost if JavaScript is turned off in the user's browser. Even though some of these other applications are getting better at being picked up by the search engines, they're still not able to compete with the functionality of jQuery. jQuery is also very small, clean code that won't bog down the loading time of web pages like Flash and other applications do.
Benefits of using jQuery:
SenthilkumarPosted May 25, 2012, 4:25 AM
JQuery is javascript library developed by a group of people in a company.
It has developed on top of the javascript, where it facilitates the developers to simplify the work in client side.
It provides the format of using the jquery, has lot of functions, animations and web services.
You no need to write explicitly many javascripts on client side.