I want to change the value of the "interval" option in the hoverIntent plugin, based on different conditions, ie.
- if ($([selector]).hasClass('x'))
- //polling interval
- } else {
- //different polling interval
- }
I'm just not sure how to write this properly.
Thanks!