基于JS實(shí)現(xiàn)拖拽連線流程圖代碼
296KB / 09-27
ractive.js聯(lián)系表單動(dòng)畫效果源碼
70KB / 09-21
vue實(shí)現(xiàn)移動(dòng)端6格驗(yàn)證碼特效
44.6KB / 09-19
vue實(shí)現(xiàn)表格在線繪制編輯插件
382KB / 08-30
React實(shí)現(xiàn)3D層疊卡片切換動(dòng)畫特效源碼
10KB / 04-22
基于Gsap.js實(shí)現(xiàn)文字導(dǎo)航條ReactJs選中動(dòng)畫特效代碼
74KB / 07-13
Vue.js實(shí)現(xiàn)3D Tab菜單特效
472KB / 07-07
基于React制作計(jì)算器實(shí)例源碼(有輸入記憶)
45KB / 06-24
TweenMax實(shí)現(xiàn)狗狗骨骼動(dòng)畫特效
128KB / 04-16
vue隨機(jī)密碼生成器特效源碼
416KB / 03-24
-
-
基于JS實(shí)現(xiàn)拖拽連線流程圖代碼 其它框架 / 296KB
-
-
-
vue實(shí)現(xiàn)表格在線繪制編輯插件 其它框架 / 382KB
-
-
基于Gsap.js實(shí)現(xiàn)文字導(dǎo)航條ReactJs選中動(dòng)畫特效代碼 其它框架 / 74KB
-
Vue.js實(shí)現(xiàn)3D Tab菜單特效 其它框架 / 472KB
-
-
詳情介紹
Step 1
Include the folllowing somewhere in the HTML of your page
NB: Make sure "src" points to the correct location of the boxOver.js file
Step 2
Next, go to the code for the HTML element you would like the tooltip to appear over.
For instance, imagine we had the following "div" in our HTML document.
My div with some text inside
</DIV>
This "div" looks as follows:
BoxOver is configured through the "title" attribute of HTML elements.
To make a tooltip appear over the "div" above we alter the code as follows:
My div with some text inside. Move over me to see my tooltip.
</DIV>
This "div" now looks like this:
Settings The "installation" section details the most simple way to initialise BoxOver.
There are many tweaks which can be set to customise it to your needs.
As shown above BoxOver is set through a tag's "title" attribute.
The general format is given by
The following table lists settings for BoxOver.
Parameter | Possible values | Default | Description |
header | Any character | blank | Specifies the header text of the tooltip |
body | Any character | blank | Specifies the body text of the tooltip |
fixedrelx | Any integer | N/A | Forces the X-coordinate of the tooltip to stay fixed (offset is relative to the annotated HTML element) |
fixedrely | Any integer | N/A | Forces the Y-coordinate of the tooltip to stay fixed (offset is relative to the annotated HTML element) |
fixedabsx | Any integer | N/A | Forces the X-coordinate of the tooltip to stay fixed (X is an offset relative to the body of the HTML document) |
fixedabsy | Any integer | N/A | Forces the Y-coordinate of the tooltip to stay fixed (Y is an offset relative to the body of the HTML document) |
windowlock | on / off | on | Make tooltip stick to side of the window if user moves close to the side of the screen. |
cssbody | Any defined style class | Built in styles | Specifies CSS class for styles to be used on tooltip body. |
cssheader | Any defined style class | Built in styles | Specifies CSS class for styles to be used on tooltip header. |
offsetx | Any integer | 10 | Horizontal offset, in pixels, of the tooltip relative to the mouse cursor. |
offsety | Any integer | 10 | Vertical offset, in pixels, of the tooltip relative to the mouse cursor. |
doubleclickstop | on / off | on | Specifies whether to halt the tooltip when the user double clicks on the HTML element with the tooltip. |
singleclickstop | on / off | off | Specifies whether to halt the tooltip when the user single clicks on the HTML element with the tooltip. - if both singleclickstop and doubleclickstop are set to "on", singleslclickstop takes preference. |
requireclick | on / off | off | Specifies whether the user must first click the element before a tooltip appears. Intended for use on links so that information appears while the link is followed. |
hideselects | on / off | off | Specifies whether to hide all SELECT boxes on page when popup is activated. |
fade | on / off | off | Specifies whether to fade tooltip into visibility. |
fadespeed | Number between 0 and 1 | 0.04 | Specifies how fast to fade in tooltip. |
delay | Any integer | 0 | Specifies delay in milliseconds before tooltip displays. |
下載地址
人氣腳本
Ext JS 3.1.1 官方最新版下載
Yui-Ext yahoo YUI類庫(kù)官方下載
ie-css3.js 讓IE支持高級(jí)CSS3選擇器
DWZ富客戶端框架 v1.1.4穩(wěn)定版本 (jQuery RIA framework) 國(guó)人開
Dojo Base 1.3.2 (28K gzipped)
js多線程庫(kù)Concurrent.Thread-full-20080319
dojo v1.6 官方最新版同步下載
easyui 1.2.6 輕量級(jí)WEB前端JavaScript框架
BoxOver js 提示框 TIP提示效果
Lesktop 開源JS控件庫(kù) 類extjs界面
相關(guān)文章
-
基于JS實(shí)現(xiàn)拖拽連線流程圖代碼
JS拖拽連線流程圖代碼,很實(shí)用的流程圖網(wǎng)頁(yè)代碼,實(shí)現(xiàn)代碼也非常簡(jiǎn)單易懂,需要的朋友前來下載吧...
-
ractive.js聯(lián)系表單動(dòng)畫效果源碼
很有創(chuàng)意的發(fā)送郵件、聯(lián)系內(nèi)容等表單,基于ractive.js實(shí)現(xiàn)的動(dòng)畫效果,以發(fā)送信件的方式,喜歡的朋友快來下載吧...
-
vue實(shí)現(xiàn)移動(dòng)端6格驗(yàn)證碼特效
一個(gè)vue手機(jī)移動(dòng)端的6格驗(yàn)證碼特效,支持自動(dòng)填充效果,可將發(fā)送驗(yàn)證碼功能抽離成單獨(dú)的組件使用,簡(jiǎn)單易用...
-
vue實(shí)現(xiàn)表格在線繪制編輯插件
一個(gè)vue表格在線繪制編輯的插件,可通過鼠標(biāo)方式來繪制表格,可配置表頭行、單元格、模板,以及撤銷、還原、刪除、保存等功能,簡(jiǎn)單好用...
-
React實(shí)現(xiàn)3D層疊卡片切換動(dòng)畫特效源碼
今天給大家介紹基于React插件制作一個(gè)3D視覺效果的CSS3層疊卡片切換動(dòng)畫,切換的內(nèi)容可以是tab內(nèi)容頁(yè),也可以是圖片,喜歡的朋友快來下載源碼體驗(yàn)吧...
-
基于Gsap.js實(shí)現(xiàn)文字導(dǎo)航條ReactJs選中動(dòng)畫特效代碼
文字導(dǎo)航條ReactJs選中動(dòng)畫特效代碼,基于Gsap.js實(shí)現(xiàn)的文字導(dǎo)航菜單鼠標(biāo)懸停背景底色變化效果,喜歡的朋友快來下載體驗(yàn)吧...
下載聲明
☉ 解壓密碼:www.dbjr.com.cn 就是本站主域名,希望大家看清楚,[ 分享碼的獲取方法 ]可以參考這篇文章
☉ 推薦使用 [ 迅雷 ] 下載,使用 [ WinRAR v5 ] 以上版本解壓本站軟件。
☉ 如果這個(gè)軟件總是不能下載的請(qǐng)?jiān)谠u(píng)論中留言,我們會(huì)盡快修復(fù),謝謝!
☉ 下載本站資源,如果服務(wù)器暫不能下載請(qǐng)過一段時(shí)間重試!或者多試試幾個(gè)下載地址
☉ 如果遇到什么問題,請(qǐng)?jiān)u論留言,我們定會(huì)解決問題,謝謝大家支持!
☉ 本站提供的一些商業(yè)軟件是供學(xué)習(xí)研究之用,如用于商業(yè)用途,請(qǐng)購(gòu)買正版。
☉ 本站提供的BoxOver js 提示框 TIP提示效果資源來源互聯(lián)網(wǎng),版權(quán)歸該下載資源的合法擁有者所有。