Hi there. I am a bit lost in regards to loading content dynamically from categories
To be more specific…I have a website with a lot of products and the navigation has a drop down menu with the list of all product categories and sub categories. Because the client has so many products it’s really important for anyone visiting the site to immediately get a good idea of what a certain product category is.
So what I want to do is have a container right below the navigation that loads the category description and image with jquery/ajax whenever a user hovers above a specific category
is this something I can get out of the box or do I need a special plugin for it?
So basically I want to load category images and descriptions via a jquery/ajax load into a fixed container on mouseover of the category title
Thanks!