Tag: lib
js的comet各个浏览器封装lib
SimpleComet是一个轻量级的comet的封装类, 能智能的识别浏览器,应用不同的comet技术,在firefox浏览器上使用ajax,在IE、opera浏览器上使用htmlfile,iframe.
<script type="text/javascript">
// This function will be called every time the server pushes a new event.
function push(event) {
// For this example, we simply show the ex... [阅读全文]
SmartTip类使用说明
nick | flash | 2010-11-27
SmartTip类是用来做气泡提示,演示如下:
类库下载》》
使用方法:
1.创建tip:
SmartTip.createTip(target1_, "好好学习天天向上");
SmartTip.createTip方法接收四个参数:
target:DisplayObject 要提示的目标对象
content:* 提示的内容,必须是String或DisplayObject对象
location:String = null ... [阅读全文]