Any ideas on how to create a Onclick/Hover event that would show a caption/bubble/popup that i would want to use as a quick help button. would appreciate any ideas or redirects on other sources/articles.
Edit: This is what i got so far.
$(document).ready(function()
{
$('a[title]').qtip();
});
<div class="helpcss"><a href="" title="HELP HELP HELP HELP">Help?</a></div>
Asking is there any good ideas?
This is rough, and might get you started. There are a bajillion tutorials on the internet, maybe a bit more googling will produce something useful.