1 | | Not sure if these even needs to be addressed, possibly only documented, but some might expect `trigger` to work on events added this way, but trigger doesn't really work with event delegation. Could cause some confusion that trigger works with `el.on('click', fn)` but not with `el.on('click', 'li > a', fn)`. |
| 1 | Not sure if this even needs to be addressed, possibly only documented, but some might expect `trigger` to work on events added this way, but trigger doesn't really work with event delegation. Could cause some confusion that trigger works with `el.on('click', fn)` but not with `el.on('click', 'li > a', fn)`. |