I would like to understand how jQuery event namespacing works across different browsers.
I don't see anything about this on MDN and I would like to know how to namespace events without using jQuery as well (on older IE as well on modern browsers)
Update (Oct 1st, 2017):
If anyone is interested, I've answered in another question how to write minimal events emitter with namespaces in Vanilla JavaScript: https://stackoverflow.com/a/44432013/104380