Ajax
iteye_19894
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Prototype Loader
Ajax.Responders.register({ onCreate : showLoader, onComplete : hideLoader });function showLoader(){ Dialog.info("Data Saving ...", {windowParameters: {width:250, height:100...2006-10-24 11:21:00 · 123 阅读 · 0 评论 -
HTML5的Canvas,脚本语言的新舞台
1.Canvas 是甚么?下面网址可以找到html5 Canvas的完整定义http://www.whatwg.org/specs/web-apps/current-work/#the-canvas现在Firefox 2,safari 都直接支持Canvas,IE 需要一个ExCanvas 的js代码库转换。下面网址可以找到 ExCanvas[此js库尚未提供对arct...2007-12-07 10:30:59 · 221 阅读 · 0 评论 -
jQuery 与 prototype 共存
方式一:[code] jQuery.noConflict(); // Use jQuery via jQuery(...) jQuery(document).ready(function(){ jQuery("div").hide(); }); //...2007-04-09 18:15:06 · 120 阅读 · 0 评论 -
jQuery网站汇集
为了使用jQuery方便,把常打开的几个网站地址记下来1. 官方http://jquery.com/2. 1.1.2 APIhttp://www.visualjquery.com3.幽蓝梦境-部落格http://blog.linym.net/archives/135...2007-06-05 22:18:40 · 156 阅读 · 0 评论 -
3D JS 相关网站收集
[b]http://www.c3dl.org/[/b]The Canvas 3D JS Libary (C3DL) is a javascript library that will make it easier to write 3D applications using canvas 3d. It will provide a set of math, scene, and 3d ob...2009-02-28 16:03:07 · 201 阅读 · 0 评论
分享