jQuery Meetups

jQuery Meetups

Division of jQuery

Write less do more is the well-known philosophy of jQuery. In the api section of http://docs.jquery.com there are 11 sub-topics:

  1. jQuery Core
  2. Selectors
  3. Attributes
  4. Traversing
  5. Manipulation
  6. CSS
  7. Events
  8. Effects
  9. Ajax
  10. Utilities
  11. jQuery UI

Personally, I regard jQuery UI as formal jQuery plugins. Excluding the jQuery UI, there are 10 sub categories in jQuery. If I group the categories according to their functionality and nature, six main components are obtained:
  1. Core & Utilities :- this component contains the core, utilities and data handling libraries which have been used in most of the part of the jQuery.
  2. DOM Engine :- DOM Engine operate on top of the Sizzle selector engine for handling selectors, processing trasversing, manipulation of DOM nodes and modifying attributes.
  3. CSS Engine :- Mainly for handing CSS.
  4. Ajax Engine :- Provides function for Synchronized or Asynchronized communication between web servers.
  5. Event Engine :- Processing Events and manipulate event bubbling.
  6. Effect Engine :- Provide animation based function for adding effect to web page.
For a full picture of this classification, please visit: http://jquery-plugin.buss.hk/


Views: 4

Tags: Classification, Six-component-view-of-jQuery, dissection-of-jQuery

Comment

You need to be a member of jQuery Meetups to add comments!

Join jQuery Meetups

Badge

Loading…

© 2012   Created by jqueryadmin.

Badges  |  Report an Issue  |  Terms of Service