When a user hover overs one of the items such as Research, Brand Strategy, Audience Engagement the background colour in the bottom section changes via a inline style.
http://www.odopod.com/work/tags/strategy/
I was wondering, how it is done or which Jquery plugin they were using?
Many thanks!
This isn’t a plugin, this is done through good old plain jQuery:
Then with jQuery:
Depending on what you want you could set up the HTML in many different ways. You would then use whatever DOM traversing function is appropriate to find the associated DIV and manipulate it’s CSS accordingly.