jquery bubble弹出不起作用

时间:2014-09-05 05:10:51

标签: jquery bubble-popup

全部,
我正在尝试使用jquery bubble up v2.3.1。 但它似乎不适用于JSFiddle。 谁能告诉我为什么?

$(document).ready(function(){
    $('input[type="text"]').attr('placeholder', 'Enter number bwteen 1 and 100');
    $('tr').CreateBubblePopup({ innerHtml: 'This is a Bubble Popup!' });

});

http://jsfiddle.net/matildayipan/sks358zo/10/

1 个答案:

答案 0 :(得分:0)

http://jsfiddle.net/sks358zo/13/

http://sole.dimi.uniud.it/~giorgio.brajnik/stuff/jqueryBubblePopup/Examples/js/jquery.bubblepopup.v2.3.1.min.js

确保您添加为外部资源的脚本确实存在。