目前来看,JS框架以及一些开发包和库类有如下几个,Dojo 、Scriptaculous 、Prototype 、yui-ext 、Jquery 、Mochikit、mootools 、moo.fx
Dojo (JS library and UI component ):Dojo是目前最为强大的j s框架,它...
Posts Tagged ‘javascript’
八款Js框架介绍及比较
二月 2nd, 2009
3 Comments
使用js读取xml文件
一月 26th, 2009
No Comments
xml文件: < ?xml version="1.0" encoding="utf-8" ?> jifew1 jifew2
相关文章:
50 句搞笑经典劲爆的QQ签名语录
XML and JSON APIs
沈阳火炬创新创业园的物业管理存在问题
Apache rewrite...
JS去除空格
一月 8th, 2009
No Comments
去除所有空格: str = str.replace(/\s+/g,””); 去除两头空格: str = str.replace(/^\s+|\s+$/g,””);
相关文章:
50 句搞笑经典劲爆的QQ签...
通过js来打开客户端的应用程序
一月 6th, 2009
No Comments
请输入要运行的程序:
确定重新输入
记事本
画图板
计算器
cmd
Regedit
Msconfig
WINAMP
IE
..
%windir%
%temp%
function Run(command) { window.oldOnError...

