Questions about the usage of JQuery

jQuery handle things like this
In IE u add listener for etc click like:
.attachEvent
And other:
.addEventListener

And in jQuery just
element.click(function...

Link: https://msdn.microsoft.com/en-us/magazine/ff728624.aspx