-1

I want the URLs in my website automatically hyperlink. I can only use Javascript, HTML, and jQuery in my website.

George Cummins
  • 28,485
  • 8
  • 71
  • 90
Brazen
  • 1

1 Answers1

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