I'm relatively new to jQuery - I'm a server-side man, PHP - and I'm
trying to discover how to make sub-navigation links appear under my
main nav bar when a main link (with children) is hovered.  It is no
problem for me to do in PHP and I am including the sub-nav in a side
bar, but I would also like to have the same links appear under the
main nav bar using jQ & CSS.  Can someone point the way for me on
this?  Is there a plugin that already does this?

In PHP, I have logic that determines the sub-nav links based on the
current page id and applicable pages (and therefore links) based on
their parent id.  I don't know how to get this info to jQuery or AJAX
so that it displays on hover.  Any help would be appreciated.

Reply via email to