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()
- [jQuery] Can the click() function be used in an if statement Martin
- [jQuery] Re: Can the click() function be used in an if st... Steven Yang