【发布时间】:2013-03-20 07:02:51
【问题描述】:
我需要工具提示的 javascript 代码在点击时出现 10 秒
大部分情况下不使用 html 代码或任何插件
$('a.pet_type_link').click(function() {
//I need tooltip to appear for 10seconds
});
我正在使用 coffescript 和 haml 代码。
【问题讨论】:
-
这些链接是否导航到其他页面?您是否创建了工具提示 html?
-
我不懂“工具提示 html”
-
我的意思是你有你的自定义工具提示吗?
标签: javascript jquery ruby-on-rails coffeescript haml