Decoding jQuery

Tweet

spacer

Introduction:
Open source is not open enough. To open the open source, in the Decoding jQuery series, we will break down every single method in jQuery, to study the beauty of the framework, as an appreciation to the creative geniuses behind it.

jQuery Core

Basics
OOP and jQuery part 1 – function
OOP and jQuery part 2 – object
OOP and jQuery part 3 – prototype
OOP and jQuery part 4 – function scope, chaining pattern and jQuery.fn

Design Patterns
OOP and jQuery part 5 – factory pattern
OOP and jQuery part 6 – facade pattern

Methods
jQuery.extend() – Objects inherit from objects
jQuery.isWindow() – Detecting window object
jQuery.parseXML() – Cross-browser XML parsing
jQuery.globalEval() – Evaluates a script in a global context
jQuery.toarray() – slice, call and everything else
jQuery.inarray() – searches for a specified value within an array
jQuery.support – DOM Level 2 event bubbling and detection

Tweet
Share and Enjoy:
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer