Can anyone give me an idea how div positioning works in JQuery?
I want to show a div at an absolute position and on top of everything else? Like in a form I want to show a help pop-up to appear right next to the text box in focus (like they do in careers.stackoverflow > edit CV) .
Similarly what is the best strategy to show a hover card like when in twitter when you hover over an avatar a small div appears with user profile summary.
Thanks