How can I create a Dynamic - Interactive image map with jQuery?

前端 未结 3 906
悲哀的现实
悲哀的现实 2021-01-01 04:28

So I am using the .Net framework, building with ASP.NET MVC, how do I create a Dynamic, interactive web 2.0 style Image Map? Where say for example, on a world map, if you ho

3条回答
  •  没有蜡笔的小新
    2021-01-01 05:01

    Well, my answer below is not using jQuery but using flash based map.

    In my last project, one of the client requirement is to display a world map, with the number of jobads info displayed when a mouse over in that country. After tried some map solution, we both agree to use ammap.

    ammap is quiet easy to use and customized. Without license key, it will display a link to ammap website. You can put any text you want for each area. Area can be a predetermined country, or you can define it, for example create a new fiction island and country. Map can be colored using heatmap, or drill down, from continent down to countries. The documentation cover almost all config possibilities, and you can also learn tricks from included example.

提交回复
热议问题