What Is jQuery Lite?

jQuery lite is simply a stripped-down version of jQuery that is built directly into AngularJS. The intent is to provide all the useful features of jQuery and yet keep it constrained within the AngularJS separation of responsibilities paradigm.

Table 2.2 lists the jQuery methods available in jQuery lite along with any restrictions that might apply. The restrictions are necessary to enforce things like manipulating elements only within a custom directive, and so on.

Image
Image

Table 2.2 jQuery Methods That Are Supported in jQuery Lite

Table 2.3 lists the additional events and methods that AngularJS adds to jQuery lite objects.

Image

Table 2.3 Methods and Events Added to jQuery Lite Objects

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset