[jQuery] Hogging the browser
Hello!
I am writing my own jQuery tooltip plugin which loads tooltip data
from an external xml file.
Now my script seems to have some leak I can't find.
After displaying the tooltip a few times I can't interact with other
web page elements such as links. I can click on them but they won't
take me anywhere.
You can find the javascript here:
http://paste-it.net/public/i45ed91/ or
http://jbubble.woutervandongen.com/data/jbubble-latest-release.js
Please help me out on this one! I really need this to work.
Thanks in advance :)
Wouter