$(function(){ $('.prize').CreateBubblePopup( { position: 'bottom', align: 'center', themeName: 'grey', themePath: '/image/jquerybubblepopup-theme' } ); $('.prize').mouseover( function() { var obj = $(this); var str = obj.attr('alt'); setTimeout(function(){ obj.SetBubblePopupInnerHtml('
'+str+'
',false); },10); return true; } ); });