javascript Boxover工具提示 [英] javascript Boxover Tooltip

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

问题描述



我正在使用带有文本框的Boxover工具提示来获取用户输入表单的帮助,它在鼠标悬停和鼠标移出事件上运行良好但我的问题是这个工具提示不适用于textbox getfocus和lostfocus活动...没有这样的事件工作工具提示在我的项目中没用......所以请给我一个解决我的问题的方法...

提前感谢...
等待您的回复....

Hi,
I am using Boxover tooltip with textboxes for help of user input form, and it works well on mouse over and mouse out event but my problem is that this tooltip not works with textbox getfocus and lostfocus event... and without such events working the tooltip is useless in my project... so please give me a solution for my problem...
thanks in advance...
awaiting for your reply....

推荐答案

工具提示通常与鼠标悬停/鼠标移出有关。

您也许可以触发它发生在焦点/模糊事件上?
Tooltips are generally related to mouseover/mouseouts.
You can maybe trigger it to happen on the focus/blur events?



工具提示通常与鼠标悬停/鼠标移出有关。

你可以在焦点/模糊事件上触发它吗?
Tooltips are generally related to mouseover/mouseouts.
You can maybe trigger it to happen on the focus/blur events?



感谢回复...

雅我知道它可以被触发但是如何???

在一些网站上我看到了这样一个焦点和失去焦点的例子...

但请建议一些代码来完成这个...

等待你的回复.. ..

Thanks for Response...
Ya i know it can be triggered but how ???
In some websites i have seen such example of got focus and lost focus...
but please suggest some code to accomplish this...
Awaiting for your Reply....


这是网页中的所有javascript事件。

onfocus =" SomeJavaScriptFunction();"

onblur =" SomeOtherJavaScriptFunction();"
It''s all javascript events in web pages.
onfocus="SomeJavaScriptFunction();"
onblur="SomeOtherJavaScriptFunction();"


这篇关于javascript Boxover工具提示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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