2.5.0: "Relative" selectors for data-attribute factory
Feature
- [feat] "self" and relative (parent) virtual selectors for Data-Attribute Factory (9b3bae1)
Usedata-triggertarget="self"anddata-triggertarget="relative::parent::parent::[data-attribute=\"value\"}"to select target elements relative to the trigger being configured.
Caveats
The global that jQuery is read from has changed from window.$ to window.jQuery. This might cause compatibility problems in some rare setups.