Event Object Parent
Event Object Parent
How do I get the parent of an object passed through an event?
For example:
$('#myObj').click (regEvt);
function regEvt (e) {
alert (e.currentTarget.parent()); //this does not work
}
Topic Participants
yet2bedefined
jwiradin