Wednesday, April 16, 2014

JQuery does not work with SVG files

The libraries mentioned below have some of the latest javascript functionalities, but I had a problem surfing through the correct library which provides an implemention for indexOf() function on an svg map area.

http://keith-wood.name/svg.html#dom
http://www.farinspace.com/top-svg-javascript-libraries-worth-looking-at/

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-...