Hi,
Using the jQuery hover function, I want to set an iframe src value to null when the user clicks on the menu item that matches the following:
<li class="current">
<a class="sf-with-ul" href="#">CTI</a>
I basically want to check when the user clicks on the top level menu item when the class is "sf-with-ul" and a href is "#"
Unsure how to do this and then attach hover function when the user clicks on the above selector.
Again, only want to fire the hover function at the top/parent level (first occurence ONLY).
Thanks.