[jQuery] How to convert "class" to "style='attrs ...'"
Thanks but what I am really trying to do is find out all the attributes that define "myClass". Below it appears you have hard-coded certain values, but I won't know those ahead of time and there could be different classes per element, each defined differently.
Thanks, - Dave
> -------Original Message-------
> From: Brandon Aaron <brandon.aaron@gmail.com>
> Subject: Re: [jQuery] How to convert "class" to "style='attrs ...'"
> Sent: Mar 15 '07 17:44
>
> I didn't think MySpace allowed JavaScript either?
>
> Here is how you could do it.
> $(function() {
> $('.myClass').css({ fontFamily:'verdana', fontSize:'12px' });
> });
>
> --
> Brandon Aaron
>
> On 3/15/07, dalvarado@remanresource.com <dalvarado@remanresource.com>