detect url's in text with Javscript/Prototype.js
Posted
by arbales
on Stack Overflow
See other posts from Stack Overflow
or by arbales
Published on 2009-09-30T19:41:40Z
Indexed on
2010/06/18
12:53 UTC
Read the original article
Hit count: 346
Does anyone have suggestions for detecting url's in a set of elements and converting them to links?
$$('#pad dl dd').each(function(s){
//detect urls and convert to a elements.
});
© Stack Overflow or respective owner