Multiple Tiptip shown at 1 time
Looking for a shove in the right direction regarding showing multiple tiptip at the same time. An example would be form validation. Once a field has been marked invalid. I want to have the tiptip show next to each invalid field. Is this possible in the current plugin? I assume that you can't do this based on how you have structured the tiptip to reuse the same single set of generated div's over and over.
Any help is greatly appreciated.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Aaron on 13 Nov, 2010 07:46 PM
Nevermind. I opened up the plugin and made some changes based on what I needed.
I tossed you a tweet if you want the changes back.
Here are some of the changes I made. Some you may or may not agree with
I considered it a 1.3.5 type of release.
* --------------------------------------------------------- * Moved the defaults declaration ourside of $fn.tipTip to allow for better controls of defaults * Allow for Multiple tool tips * Changed tiptip html stucture to utilize class declaration instead of relying on a singular ID * Changed how tiptip handles adding/removing class attributes and values switched to "addClass/removeClass" * Some nominal conditional logic performance improvements * Some nominal mathmatical performance improvements * * Version 1.3.5 - Updated: Nov. 13, 2010
2 Posted by Calvin on 22 Dec, 2010 12:11 AM
Would it be possible for you to provide me the code? I'm wanting to do the same thing - have multiple toolTips up at once
3 Posted by Tom on 24 Oct, 2011 11:31 AM
Same question here - I want to do the same thing and it turns out it needs a bundle of changes, including to the CSS to work. If someone else has done it already, no need to re-invent the wheel.
4 Posted by ale3andros on 10 Oct, 2013 05:41 AM
Aaron,
is it prossible to give your changes? :D I am trying to handle with same issue!