简体   繁体   English

有人可以告诉我为什么这个Jquery工具提示没有显示吗?

[英]Can somebody tell me why this Jquery tooltip is not showing up?

<link rel="stylesheet" type="text/css" href="jquery-tooltip/jquery.tooltip.css"/>
<script type="text/javascript" src="jquery-tooltip/jquery.tooltip.js"></script>


<div id="baby" title="My tootip">The text</div>
<script type="text/javascript">
$(function(){
    $('#baby').tooltip({
    track: true,
    delay: 0,
    showURL: false,
    showBody: " - ",
    extraClass: "pretty",
    fixPNG: true,
    opacity: 0.95,
    left: -120
});
});
</script>

The files are found, and they are not 404. 找到文件,但它们不是404。

Can't confirm your problem. 无法确认您的问题。 Your code copy/pasted works just fine 您的代码复制/粘贴工作正常

Demo http://jsbin.com/iwojo3 演示http://jsbin.com/iwojo3

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

相关问题 Paypal 按钮事件 onshippingChange 根本不起作用有人能告诉我为什么吗? - Paypal button event onshippingChange is not working at all can somebody tell me why? 为什么jQuery Tools工具提示不显示为jQuery扩展? - Why isn't a jQuery Tools tooltip showing up as a jQuery extension? 有人可以告诉我正则表达式行中的错误在哪里吗? - Can somebody please tell me where the error is in my regex line? 谁能告诉我为什么它显示数组为空? - Can anyone tell me why it is showing array is empty? 为什么我的工具提示没有显示? - Why is my tooltip not showing up? 谁能告诉我为什么这个jQuery脚本不起作用? - Can someone tell me why this jQuery script does not work? 有人可以使用Lodash / Underscore / Javascript / jQuery帮助我吗? - Can somebody help me using Lodash/Underscore/Javascript/jQuery? 有人可以向我解释为什么我们需要在此函数中使用for循环吗? - Can somebody explain to me why we need a for loop in this function? 有人可以告诉我为什么json2.js无法解析此字符串吗? - Could somebody tell me why json2.js cannot parse this string? 石头,纸,剪刀的增量得分不起作用,有人可以告诉我我做错了吗? - Rock, Paper, Scissors Increment Score not working, can somebody tell me what i'm doing wrong?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM