Hi, On Thursday 14 May 2009 20.09:48 Lukasz Szybalski wrote: > Whenever somebody enters a note like: "See ticket#45" is there a way > for me using css or javascript to convert "ticket#45" on the fly to a > link?
Just curious: why use js for this, and not do it in the backend when the text is being inserted? Running re.sub(...) on the message before inserting it into the database (or if you don't want the links in the db, before displaying) would seem to be the easiest way for me. cheers -- vbi (outing myself as a old fashioned "the browser is just for displaying html" type of person again) -- Frink!
signature.asc
Description: This is a digitally signed message part.

