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 like:
<a href="variable"> <a/>
I have a textarea and when people put in links, I would like to then make them into hyperlinks once they are posted.
lets say the text area contains,
The first thing i would do is bind an even for keyup on the textarea
Something along them lines!
Regex borrowed from: http://snippets.dzone.com/posts/show/452