[jQuery] Parse html content and convert untaged links and emails to hyper links

[jQuery] Parse html content and convert untaged links and emails to hyper links


Hi,
The plugin should parse In a HTML page once loaded and convert any
link and email without "a href" tag to a proper clickable link...
For example:
a). google.com should be converted to <a href="http://google.com"
target="_blank">google.com</a>
b). example@example.com should become <a
href="mailto:example@example.com">example@example.com</a>
Regards,
Santosh