If you update it in the svn, it'll get into visual jQuery within a day or so max (I'm working to reduce the lag-time).

-- Yehuda

On 9/5/06, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
Hi Dave!
> I don't see it either, which is why I proposed using a camelCase example to
> make it clear that was the way to handle css properties that have a dash in
> them. In essence, change the .css example from this:
>
> $("p").css("color");
> <p style="color:red;">Test Paragraph.</p>
> red
>
> To this:
>
> $("p").css("fontWeight");
> <p style="font-weight:bold;">Test Paragraph.</p>
> bold
>
I uploaded an update preview, please check if it is ok:

http://joern.jquery.com/docs/index.xml

Anyway, I'll correct it and commit it to svn. After that, it's only a
matter of time that it goes live, thats in John's hands :-)

-- Jörn

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



--
Yehuda Katz
Web Developer
(ph)  718.877.1325
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to