jquery to recognize and make hyper links
Posted
by user349223
on Stack Overflow
See other posts from Stack Overflow
or by user349223
Published on 2010-06-08T02:32:01Z
Indexed on
2010/06/08
2:42 UTC
Read the original article
Hit count: 190
Anyone have a clue how I can use Jquery to find: http:// or www. and ends with .com, .org, .edu store that as a variable and wrap it in
<a href="variable"> <a/>
So I have a textarea and when people put in links, I would like to then make them into hyperlinks once they are posted.
Make sense?
© Stack Overflow or respective owner