I am implementing click events on accordions. An accordion has a link and a help image. When a user clicks the link, it should expand the accordion only. When a user clicks on the help image, it should display a tooltip help message without expanding the accordion. I am implementing click events on accordions. A