如何延迟基本的HTML工具提示? [英] How to delay basic HTML tooltip?

查看:91
本文介绍了如何延迟基本的HTML工具提示?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否有什么方法可以延迟经典的HTML工具提示(请不要使用像qTip这样的jQuery插件)。只是一个按钮,例如:

I was wondering if there was any way to delay just the classic HTML tooltip (no jQuery plugins like qTip, please). It's just a button as:

<input type="button" title="Click" value="My Button">

我想知道是否有任何方法可以使用纯JavaScript或客户端脚本来延迟标题。根据我的研究,这似乎是不可能的,因为它是实际OS的GUI编程的一部分,无法通过浏览器脚本进行访问,但是,如果有什么办法我还没想到,我会很想知道!谢谢!

I want to know if there is any way to delay the title using pure JavaScript or client-side scripting. From what I have researched, it doesn't seem possible as it is part of the actual OS' GUI programming, which is impossible to access via browser scripting, but if there is any way that I just haven't come across yet, I would love to know! Thanks!

推荐答案

浏览器控制工具提示。如果要进行任何更改,则必须创建自己的更改。也许通过使用您引用的插件。

The browser controls the tool tip. If you want to make any changes you will have to create your own. Maybe by using the plug ins your refered to.

这篇关于如何延迟基本的HTML工具提示?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆