PHP基础
PHP教程
php框架
JavaScript
asp.net
AJAX
正则表达式
ASP
输入
banner图
图片脚本
导航/分类
Tips带三角可关闭的文字提示_布局与层
Tips,带三角可关闭的文字提示
使用说明
主要方法 .show(); .hide();.clear(); 一般你只需要使用show,hide;
使用1
首先实例化一个ljtips(var tips=ljtips('test1')); 然后使用tips.show(JSON)
使用2
在行内调用提示框"
"
使用3
在JS里调用document.getElementById("test6").onmouseover = function(){ljtips(this).show({content:"这个框你关不掉了吧!没有关闭按钮!",p:'right'})};