I'm developing a Firefox addon. In my addon I'm modifying body.innerHTML content. My extension searches city names and highlights them in addition to that I would like to display a tooltip window on mouseover. That window should contain several information such as population, link to official city homepage,... some information should be click able so the tooltip shouldn't disappear if the mouse moves on it.
I tried this one: http://flowplayer.org/tools/tooltip/index.html
But faced a lot of problems. i used JS subloader for jQuery it wasn't really working well. I would need something similar like the example that I've tried but without jQuery. Or could someone show me a way how to use jQuery inside a Firefox extension with full support and without influencing other addons?
Thanks