Hi,

I have some hidden information on my page that I readout with html(). The
info info are HTML comments that look like this:

<div class="redentry_dark" id="s_item_6">
<!-- 31352 6 -->
        <div id="overlight">
...

Now in Firefox html() takes the whole:

<!-- 31352 6 -->
        <div id="overlight">
...

But in Safari it just takes:

        <div id="overlight">
...

So I can't readout the hidden information like that in Safari.

Of course I could go and put that same info into a hidden div, but I'm
wondering if there's another solution to this problem and maybe that's a bug
of jQuery?

Fredi
-- 
View this message in context: 
http://www.nabble.com/Safari-problem-with-html%28%29-...-possible-bug--tf2704812.html#a7541981
Sent from the JQuery mailing list archive at Nabble.com.


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

Reply via email to