Tuesday, February 4, 2014

Highlight map using jquery

http://davidlynch.org/projects/maphilight/docs/
https://github.com/kemayo/maphilight
http://www.outsharked.com/imagemapster/
https://github.com/jamietre/ImageMapster

Finally I used one svg image file and simply changed the css in it to display highlight color on mouse over. The svg file can be found here.

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...