Got it working thanks yang.. Merely did..
$("#accountButtons div.question b").click(function(e){ Do B e.stopPropagation(); }); That fixed the problem so event A isnt fired... On May 26, 12:08 pm, Steven Yang <kenshin...@gmail.com> wrote: > how do you click A and invoke B's onclick?the only way is A is B's child. as > far as i can think > and if thats the case you have event bubbling > you can stop this by calling event.stopPropagation()