Im using this plugin clueTip http://plugins.learningjquery.com/cluetip/demo/
See the first example where you hover your pointer over the link and a box pops up. I’d like to embed a youtube video into that instead of showing text.
So how do I put embed code into the title :
<a class="title"
href="#"
title="This is the title|The first set of contents comes after the first delimiter in the title.|In this case, the delimiter is a pipe">
This is my first time ever using JQuery so please go easy on me 🙂
USAGE:
Comment Responce
as you said the content is coming from database so you should use AJAX, cluetip have a built-in function for that needs,so read the DOC API.
you should then use
ajaxProcess:instead ofonShow