所有,
我正在尝试使用 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!' });
});