The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
Inserting multiple divs on demo
| Project: | clueTip - flexible, enhanced tooltip |
| Version: | 0.9.8 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (ready to commit) |
Jump to:
On the #6 local, with arrows demo on http://plugins.learningjquery.com/cluetip/demo/
the "#loadme" starts off as
<p id="loadme">this is the <a href="http://www.learningjquery.com" class="false">local content</a> to load when the 'local' parameter is set to true.</p>
after one hover in the #6 example it becomes
<p id="loadme"><div>this is the <a href="http://www.learningjquery.com" class="false">local content</a> to load when the 'local' parameter is set to true.</div></p>
after 10 hovers it becomes
<p id="loadme"><div><div><div><div><div><div><div><div><div><div>this is the <a href="http://www.learningjquery.com" class="false">local content</a> to load when the 'local' parameter is set to true.</div></div></div></div></div></div></div></div></div></div></p>
and it keeps adding a <div> to the page for each hover
- Login to post comments

Comments
#1
Wow, thanks a lot for spotting this! It's fixed now in SVN:
http://jqueryjs.googlecode.com/svn/trunk/plugins/cluetip/jquery.cluetip.js
I'll roll the fix into the next "official" release as well.
Cheers.