Olaf Bosch wrote:
> Olaf Bosch schrieb:
>> Hi all,
>> i have now release a stable Version. Have a look at:
>> http://olaf-bosch.de/bugs/jquery/faviconlinkmarker/index.html
> 
> 
> Oh,oh, now i have a problem!!!!
> I tested this with application/xhtml+xml
> i cane not say what is bad, i search 2 hour's, nothing to find.
> 
> Also the IMG function have a bug with application, div.innerhtml what
> doing wrap works not correct.
> 
> An invalid or illegal string was specified" code: "12
> 
> I have all try and try. nothing works
> 
> look here, with NON-IE:
> http://olaf-bosch.de/bugs/jquery/faviconlinkmarker/index.xhtml
> 
> What is to do?

You cannot use methods like before/after etc. with XHTML as XML because 
they're using innerHTML in the end, which is not supported in XML.

You would have to resort to DOM methods: document.createElement and the 
like.


-- Klaus

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to