发现JavaScript中可以替代if条件语句的一种简洁写法》的相关内容

Ext.form 表单为什么第二次就不正常显示

我的代码如下: Ext.onReady(function() { Ext.get('btn').on('click', function(){   var form = new Ext.form.FormPanel({          defaultType: 'textfield',&nbs ...
by 郭亲华 2008-03-07 浏览 (2279) 回复 (15) 关键字: form, window

提高上网速度

这几天用ubuntu上网特慢,发现在解析DNS时基本卡住,搜索了一下找到了一个解决办法。    通过设置DNS缓存来提高上网速度,我自己试过了,确实是解决了我的问题。 ------------------------------------- 转载地址 url: http://forum.ubuntu.org.cn/viewtopic.php?t=22361&hig ...
by aihua 2007-02-23 浏览 (4415) 回复 (9)

QUnit: jQuery单元测试框架

QUnit是jQuery的单元测试框架,推荐使用,通过下面代码测试: module("Show and Hide"); test("should hide the element when hide is called", function(){ $("#testDiv").hide(); // actual, expected equals($("#te ...
by hualala 2008-09-04 浏览 (614) 回复 (0) 关键字: qunit jquery

赞助商链接