版本:1.0.0
* 位置:提示框可显示在目标元素的上下左右
* 对齐:提示框与目标元素的对齐方式,自动调节箭头显示位置,指向目标元素中间位置
* 支持:鼠标划过和点击显示
* 支持:自定义高宽
* 支持:提示框自动关闭
* 支持:提示框失去焦点关闭
* 支持:提示框关闭回调
* 支持:IE6+, Firefox, Chorme
* 配置参数:
{
position: 't', //提示框相对目标元素位置 t=top,b=bottom,r=right,l=left
align: 'c', //提示框与目标元素的对齐方式,自动调节箭头显示位置,指向目标元素中间位置
//c=center, t=top, b=bottom, l=left, r=right
//[postion=t|b时,align=l|r有效][position=t|b时,align=t|d有效]
arrow: true, //是否显示箭头
content: '', //内容
width: 200, //宽度
hight: 'auto', //高度
target: null, //目标元素
autoClose: true, //是否自动关闭
time: 2000, //自动关闭延时时长
leaveClose: false, //提示框失去焦点后关闭
close: null //关闭回调函数
}