jQuery.data is exactly what I needed! Thanks.
On Dec 1, 6:30 pm, "Jeffrey Kretz" <jeffkr...@hotmail.com> wrote: > A CSS-compliant browser will render the title attribute -- it's probably not > the best way to store data. > > You can use the jQuery.data method instead: > > http://docs.jquery.com/Core/data#name > > JK > > -----Original Message----- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of René > Sent: Monday, December 01, 2008 3:53 PM > To: jQuery (English) > Subject: [jQuery] Simple way to suppress display of title attribute on > hover? > > I sometimes use the title attribute in DIVs to store data. Normally, > it displays on mouseover. Just wondering what a best practice to > suppress that. > > ...Rene