简体   繁体   English

jQuery的气泡弹出不起作用

[英]jquery bubble pop up not working

All, 所有,
I am trying to use jquery bubble up v2.3.1. 我正在尝试使用jquery bubble up v2.3.1。 But It seem not working on JSFiddle. 但它似乎不适用于JSFiddle。 Can anyone tell me why? 谁能告诉我为什么?

$(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/matildayipan/sks358zo/10/

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

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

Make sure the scripts you added as external resources actually exist. 确保添加为外部资源的脚本确实存在。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM