Hello. I am new to jquery but am loving it. So far I have been using a plugin called jqgrid which basically allows an excel like display using php/jquery.
Is there a plugin out there that will allow me to change the style of a (td
title="whatever") (or similarly, the alt text box when you hover over an image) to something more fancy? i've seen a few but they all seem to require me to add the style to each thing I want to customize. Because I have a plugin creating these tables for me, and because they change all the time, I need a way to do this globally and apply it to all current and future td titles like a CSS file would.
Thanks for the help.