I want the URLs in my website automatically hyperlink. I can only use Javascript, HTML, and jQuery in my website.
Asked
Active
Viewed 406 times
-1
-
1And your question is...? – Jonathan Feinberg Oct 05 '09 at 23:43
-
Duplicate of [How to replace plain URLs with links](http://stackoverflow.com/questions/37684/how-to-replace-plain-urls-with-links) – Dan Dascalescu Feb 21 '14 at 01:37
1 Answers
1
The search term you want is "linkify". There are a number of solutions out there, personally I've only used this:
http://benalman.com/code/test/js-linkify/
Examples are in the source code.

tvon
- 1,513
- 1
- 12
- 16