Good evening,
I'm trying to include a plug-in into an application that highlights the area of an Image Map that is moused over, but I am not completely sure how to go about it. I've never worked with a plug-in or jQuery before. I've been reading about both topics and am trying to get a handle on how it all works, but I'm not sure if I can get where I need to by myself.
Below is a link to the details of the plug-in I want to use. It looks like there are two parts of code. I'm thinking that the function($) piece goes in the Function and Global Variable Declaration section of the JavaScript area of the page. And, I'm thinking the jquery.maphilight.min.js piece of code should be used to create the plug-in. But, I'm not sure about either of those apsects.
http://davidlynch.org/js/maphilight/
Any help that you can give me will be greatly appreciated.
This question is related to this thread -
2244942
You can find an example of the use of the maphilight code on one of the posts, if you're interested.
Thx, Tony