Also a good idea. I just wanted to get it working with the minimum of fuss.
<!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sam Collett Sent: Thursday, November 09, 2006 3:41 AM To: jQuery Discussion. Subject: Re: [jQuery] Tweak to Jorn's ToolTip plugin On 08/11/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > I'm going to use Jorn's plugin for a site I manage, but I didn't think it > was all that useful to have the link or the img src be displayed. I know I > can turn it off, but I chose instead to go behind the scenes and make the P > tag display alternately provided content: > > http://www.modernessentials.com/tooltiptest.cfm > > What I did is to split the title attribute like so: > > This is the title:and this is the content. > > Then I tweaked the code to split on the colon and display the first portion > as the H3, with the second portion being displayed in the P tag. > > Thoughts? > > <!----------------//------ > andy matthews > web developer > certified advanced coldfusion programmer > ICGLink, Inc. > [EMAIL PROTECTED] > 615.370.1530 x737 > --------------//---------> How about the ability to specify the separator, because you may want to use a colon in the title? Also, a user may want to use something other than <h3> and <p> _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
