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/

Reply via email to