On Thu, 10 Aug 2006, Franklin Davenport wrote:

> It would be nice if there was a JQuery Plugin for handling Styles. I 
> found a script that is made to change styles (such as to stylesheets).
>
> Here it is:http://developer.apple.com/internet/webcontent/styles.html

jQuery does style changes already:

$('p').css('color', 'red');
$('pre.sourcecodebox').css('background', '#B7CADE');
$('h2').css('font', '16px Monaco, Courier New, Courier, monospace');

etc.

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

Reply via email to