Through an extraordinary amount of hard work, J Query effectively provides cross-browser compatibility for DOM traversal and manipulation, Event handling and delegation, XHR/Ajax logic, Element selection and document queries, Element attribute, and data management, as well as simple object management utilities. It does so without modifying the browser's native JavaScript implementation by providing a comprehensive abstraction layer.
Identify a list of advanced features provided by jQuery and explain their use towards improving the user experience
Advanced Features (this) object : it refers to the current object within the scope and inside event handlers, (this) will refer to the element, the event has triggered on Data attributes : All data attributes begin with 'data-'
Comments
Post a Comment