开发者

quickest way to make clickable imagemap of the US

开发者 https://www.devze.com 2022-12-29 21:42 出处:网络
what is the quickest w开发者_开发知识库ay to make clickable imagemap of the US? Is there any jquery plugin available for this?

what is the quickest w开发者_开发知识库ay to make clickable imagemap of the US? Is there any jquery plugin available for this?

Thanks


My plugin, that offers some features different from the others mentioned: http://www.outsharked.com/imagemapster

But generally speaking if all you want is a "clickable map" you don't even need jQuery - just use an HTML image map, and bind a click event to an area. But using the plugin offers feature like area highlighting/selection/grouping and so on.


Try to use this jQuery plugin: http://jvectormap.owl-hollow.net/


I created a mapping solution using SVG and jQuery which is accessible at

Makeaclickablemap.

Creating and saving a clickable US map is free, but it is also possible to commit edits later and there are also many other maps available.


Just use one of "image map generators" there are a lot of them in the internet. You don't even need JS for that. Here is the link to one of them: http://www.image-maps.com


Hi found the thing i was looking for here - Using JQuery hover with HTML image map

thanks :)

0

精彩评论

暂无评论...
验证码 换一张
取 消