1. Home
  2. Articles
  3. Web Design
  4. JavaScript
  5. Research: jQuery Passive Event Listeners
Read about passive jquery event listeners

Research: jQuery Passive Event Listeners

Published:

Share

Description

Chrome DevTools is reporting an issue with some of my scripts or third party scripts utilizing passive event listeners. At first glance, it appears that this is an issue for providing the best user interaction experience. I am going to dive in to this topic and see what I can find out.

Article

There are quite a few articles that I read on this subject after getting a notice of a scroll event listener warning in Chrome DevTools. This one looks like it is going to be a pain to track down and resolve. jQuery doesn't appear to default to passive event listeners for scrolling and it may require I correct previous and future scripts with raw JavaScript.

Author

Profile Picture of Bryan Myers - The Web Guy

Bryan Myers - "The Web Guy"

Advanced Digital Channel Engineer

Tags

  1. Articles discussing web related topics and technologies.Articles
  2. Articles about Web Design.Web Design
  3. Articles relating to JavaScript and its usage in website design and interactive development.JavaScript

Related Articles

Go Back