I’m working on replacing a window.open() notification system and think to implement this with javascript.
I now have a link, which when clicked fires an ajax request. The response is now shown in a window.open() popup, but instead I want this to be a div that the user can close by clicking on it.
The popup though should appear below the link, just like some sort of tooltip.
Can I get any pointers on how to do this or (jquery) scripts that do something like that?
Thanks!
Yep:
http://www.google.com/search?q=jquery+tooltips
I personally like this one for your needs: http://jquerytools.org/demos/tooltip/index.html
Again many to choose from