Hi all,

When you click a radio button, the event.target can tell you which one
was clicked (and thanks to jQuery this works in IE too.)

So, how would you find out which radio button had been checked just
before the click? (in other words, tell me what the user's radio
button selection has changed from.)

Unfortunately event.fromElement or event.relatedTarget seem to be null
in the click handler.

Is there a solution that does not involve keeping track of the onblur
or onchange events for each radio button?

Many thanks,

George

Reply via email to