views:

130

answers:

1

I want the urls in my website automatically hyperlink. I can only use javascript, html, and jQuerry in my website.

+1  A: 

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