Background: I would like a better replacement for the default title tag tooltip, one that would at least allow me multiple lines across all browsers. The problem is that the title tag gets updated once per second.
Is there a JavaScript/jQuery plugin that can be attached to an element, and update itself as the title attribute changes? I guess it shouldn’t be that hard to implement from scratch, but there is no need to reinvent things.
I’m not sure if this would be overkill for you cause, but I use this jQuery plugin: http://craigsworks.com/projects/qtip2/
In my opinion it’s the best tooltip plugin out there.
Every time our title changes you could use one of its events (
render()maybe).