易截截图软件、单文件、免安装、纯绿色、仅160KB

53本经典javascript电子书


JavaScript A Beginner's Guide 3rd Edition

锋利的jQuery

精通Dojo

Using The Dojo JavaScript Library To Build Ajax Applications

Professional JavaScript For Web Developers 2nd Edition

JavaScript语言精粹

Css Javascript动态网页设计与制作

Learning jQuery1.3

Pro Javascript Ria Techniques

Pro JavaScript Design Patterns

JavaScript The Good Parts

jQuery基础教程

jQuery in Action

Enterprise AJAX

Dom Scripting Dynamic Web Design Techniques

Learning jQuery

jQuery Reference Guide

The Art and Science of JavaScript

Simply JavaScript

The Essential Guide to DreamweaverCS3 with CSS Ajax and PHP

Ajax Bible

Ajax in Practice

Ajax on Java

JavaScript and DHTML Cookbook 2nd Edition

JavaScript Bible 6th Edition

Practical JavaScript DOM Scripting and Ajax

Prototype and Scriptaculous In Action

Web Development Solutions

征服Ajax

Pro Javascript Techniques
JavaScript A Beginner's Guide 3rd Edition

锋利的jQuery

精通Dojo

Using The Dojo JavaScript Library To Build Ajax Applications

Professional JavaScript For Web Developers 2nd Edition

JavaScript语言精粹

Css Javascript动态网页设计与制作

Learning jQuery1.3

Pro Javascript Ria Techniques

Pro JavaScript Design Patterns



相关文档:

ReportViewer JavaScript API


JavaScript API
One of the new features we added to the ASP.Net Report Viewer in Visual Studio 2010 is a JavaScript API to allow you to interact with the viewer on client.  In reading many of the posts on the report controls forum, we found that many people struggle when implementing a custom ......

JavaScript 对象字面量

http://bei123wang.blog.163.com/blog/static/23175492009113022048840/
JavaScript 对象字面量
javascript 2009-12-30 14:20:48 阅读7 评论0 字号:大中小
JavaScript 对象字面量
在编程语言中,字面量是一种表示值的记法。例如,"Hello, World!" 在许多语言中都表示一个字符串字面量(string literal ),JavaScript ......

javascript Repx express

下面都是我收集的一些比较常用的正则表达式,因为平常可能在表单验证的时候,用到的比较多。特发出来,让各位朋友共同使用。呵呵。
匹配中文字符的正则表达式: [u4e00-u9fa5]
评注:匹配中文还真是个头疼的事,有了这个表达式就好办了
匹配双字节字符(包括汉字在内):[^x00-xff]
评注:可以用来计算字符串的长度(一个 ......

JavaScript正则表达式 进阶

正则表达式是一个描述字符模式的对象。
JavaScript的RegExp对象和String对象定义了使用正则表达式来执行强大的模式匹配和文本检索与替换函数的方法.
'***********************
'              \\JavaScript//
'
'***********************
在JavaSc ......

JavaScript 实现的简繁转换功能

//简繁转换功能
// 将指定元素中的文本转换为简体
function bodytojt(x)
{
var bodys=document.getElementById(x);
bodys.innerHTML=Simplized(bodys.innerHTML);
}
// 将指定元素中的文本转换为繁体
function bodytoft(x)
{
var bodys=document.getElementById(x);
bodys.innerHTML=Traditionalized(bodys.in ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号