Всё что тут http://jsfiddle.net/craga89/H4aTZ/ вписал куда надо.
Подключил jquery 1.10( пробовал так же 2.0.3 ) но ни в какую не хочет работать. :huh:
Документ
<head>
<script language="javascript" type="text/javascript" src="/js/jquery.qtip.min.js"></script>
<script src="/js/jquery-2.0.3.min.js"></script>
</head>
<script type="text/javascript">
// Create the tooltips only when document ready
$(document).ready(function () {
// Apply tooltip on all <a/> elements with title attributes. Mousing over
// these elements will the show tooltip as expected, but mousing onto the
// tooltip is now possible for interaction with it's contents.
$('a').tst(function () {
$(this).qtip({
content: $(this).next('.tooltiptext'),
hide: {
fixed: true,
delay: 300
}
});
});
});
</script>
<a href="#test" class="tst">Hover over me</a><br />
<a href="#test" class="2">asddddd</a>
<div class="tooltiptext">
A clickable <a href="http://google.com">link</a><br />
text text<br />
text text<br />
text text<br />
<a href="google.ru">link adasdas</a>
</div>
_____________
Бесполезно просить пощады у цезаря
Фатальная ошибка : Звонок в неопределенную функцию ©