Such as the
<div class="grippie" style="margin-right: 59px;"/
>
on stackoverflow when you post a question or answer. I get a nice css curser which lets me know of the moveable edge but how is the Java script which resizes the field finding out I clicked on the 'Grippie'?
Thank you.
Edit:
Thank you for the answers which lead to Jquery and describe the handler.
Could I please have a simple use of the handler that determines when the element is clicked.
IE:
addListener('myElement',performFunction();).onclick;
or however this may work?
Thank you.