Demo: Adding Events to Adding Events in jQuery
Mouseover the element below to see an element get assigned the "pointer" cursor by jQuery simply because we added a click event to it! Oh, and just for fun, the element below will change background colors when you click it.
This element has no cursor set via CSS, but since I added a click
event using jQuery javascript, the pointer cursor is automatically
added. Sweet!