0

I have an iframe pulled from another server and I think the only way to alter the CSS is to load the iframe and then use jQuery to modify it.

Here is the row I need to change.

<td id="id2" class="class1 classToChange class3">Text Here</td>

I only want the change to apply to "classToChange" in the class attribute.

I want to modify "classToChange to have a different font-size and font-family.

What is the jQuery to change td.classToChange ?

It has to be something similar to this"

$("td.classToChange").attr('style', 'font-size:24px !important;');

Can anyone help ?

0 Answers0