suit: Jquery Linkification

Beitrag lesen

Ja weil ich alles parsen will :-)

Beispiel:
<img src="http://example.com/foo.png" alt="'Foo'-Bild auf example.com" />

Deine "Idee" (ungeachtet der korrektheit des Ausdrucks) würde folgendes draus machen:

<img src="<a href="http://example.com/foo.png">http://example.com/foo.png</a>" alt="'Foo'-Bild auf <a href="example.com">example.com</a>" />

Das ist weder sinnvoll noch gültig.