I want to create a “mouseover” pop-up div dynamically, just like What we get in Stackoverflow (When mouse over a tag)/Google+ (when mouseover a friend image).
Curretly I am able to get the text from AJAX, but i am unable to place that in a “Catchy cool” look & feel.
Is there any wasy way to do this in JQuery?
I know that it’s not the right way to help but I wrote some code for you:
http://jsfiddle.net/w8qan/11/
It is not perfect – i recommend reading about jQuery’s offset() and position() methods and differences between them.
If you want you popups “stylish” – use CSS the way you want, use jQuery’s animate(), show(), slideDown(), etc. I focused on displaying your description where you want it.