While this isn't exactly specific to jQuery selectors/objects, in FireFox Quantum 58.x, you can find event handlers on an element using the Dev tools:
- Right-click the element
- In the context menu, Click 'Inspect Element'
- If there is an 'ev' icon next to the element (yellow box), click on 'ev' icon
- Displays all events for that element and event handler
