[jQuery] dumb form button element question
with .child I know I can get the number of children of a certain
element, but if i have something like this
<input type="button" class="buttonfun" value="Button One">
<input type="button" class="buttonfun" value="Button Two">
is there a way to know when i click on either one, that I clicked on
child 1 of 2 or 2 of 2?