全部,
我正在尝试使用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/
http://jsfiddle.net/sks358zo/13/
http://sole.dimi.uniud.it/~giorgio.brajnik/stuff/jqueryBubblePopup/Examples/js/jquery.bubblepopup.v2.3.1.min.js
确保作为外部资源添加的脚本确实存在。