Hi I would like to change the color of an external style sheet rule using .css method of jquery is this possible? and how would I go about it?

Thanks,

Do you mean change it permanently, or just for the current page?
I don't think you can permanently modify another file through javascript.
If not, it would just be:

$("#yourelement").css("color","newcolor");

Just replace the red stuff with whatever you need. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.