0

所有,
我正在尝试使用 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/

4

1 回答 1

0

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

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

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

于 2014-09-05T05:36:56.047 回答