Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/jquery-ui.min.js"></script>
<script src="style/jquery.codabubble.js"></script>
<script language="javascript">
$(function(){
opts = {
distances : [20,10,10,20,10,20,10,10,10,10],
leftShifts : [-35,-30,-70,-45,-55,-52,-67,-30,-45,-45],
bubbleTimes : [500,500,500,500,500,500,500,500,500,500],
hideDelays : [0,0,0,0,0,0,0,0,0,0],
bubbleWidths : [200,200,250,250,250,250,250,250,250,250],
bubbleImagesPath : "images",
msieFix : true
};
$('.coda_bubble').codaBubble(opts);
});
</script>
And according to the above linked page I should be able to load both the
Code:
<a href="javascript:ajaxpage('mypage.html', 'targetdiv'); loadobjs('http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/jquery-ui.min.js', 'style/jquery.codabubble.js', 'myscript.js')">LINK</a>
Only thing I am missing really is the last piece of script that isn't an external file,
Bookmarks