jquery how to color area dynamically

Posted by dupdup on Stack Overflow See other posts from Stack Overflow or by dupdup
Published on 2010-05-19T16:31:45Z Indexed on 2010/05/19 17:10 UTC
Read the original article Hit count: 235

Filed under:
|
|

I have image map like this

<map name="imgmap">
<area shape="poly" coords="63,10,64,38,89,37,91,10" href="#" id="x1"></map>

and how can I color that area dynamically with jquery like

("#x1").color('red')

?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about css