I am working with a CMS that doesn't allow me much to do in terms of editing their code.
I have this element:
<a href="/development/tomato_site/" title="SampleTitle"
class="menu_icon menu-641 sf-depth-1 menuparent" > Tomatos </a>
When hovering over this link something pops up which is set through the CMS.
I want on clicking the element, the hover event to happen instead of going to the actual href link.
Is this possible to do via jQuery? Maybe dispatch a click event as a hover event?