JQuery

JQuery: Essentials

What is JQuery?

  • JavaScript Library
  • User does something, now need to respond
  • Leverages CSS
  • Works with sets of elements
  • Performs multiple operations on a set of elements with one line of code ( known as statement chaining)
  • Hides various browser quirks (so you can concentrate on the end result)Is extensible ( so you can use third-party-plugins to perform specialized tasks, or write your own)

Tags
Subscribe to JQuery