Skip to main content

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

Popular posts from this blog

Events supported by jQuery and benefits of using jQuery event handling over HTML event attributes

One of the main benefits of using jQuery event handlers are that they can be set on elements, which will then be triggered by different events. for example: Below are some of the events supported by jQuery: