> Well, I guess I spoke too soon. It does work brilliantly in Firefox
> and Safari, but I get an error in IE6 related to $('<img />')
>
>         Error: '0' is null or not an object
>
> So it chops off the first letter, but doesn't add the image.
>
> Any ideas?

Maybe IE doesn't support the following syntax?
text[0].toLowerCase()

try text.substr(0).toLowerCase() again.

--John

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to