Prototype实战教程----16.string
摘要:String Test" wanfangdata " ---> 'wanfangdata'去掉两边的空格“<html>2002<head>2005<body>” ---> '20022005'去掉html标签“123456789>987654321” ---> '123456>'字符串截断Background-color --->B...
阅读全文
Prototype实战教程----10.Element
摘要:2002 2003 2004 将被删除的部分 2006 2007 2008 ...
阅读全文
Prototype实战教程----8.顶层对象
摘要:顶层元素 显示Prototype的基本信息利用我们创建的Person类生成一个p对象 检测一下是否成功User类继承Person类,生成一个User对象 检测一下是否成功测试一下Object的Inspect方法测试一下Object的FunctionBind方法testEventListenerThis is a paragraph
阅读全文
Prototype实战教程----1.$$
摘要:Test $$ User name: Password:
阅读全文
随意编辑网页
摘要:程序代码javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
阅读全文
prototype 1.5 【转】
摘要:一直没有没有时间看prototype,现在好了,已经更新到了1.5 pre1,呵呵,强大的功能不得不学习啊,这个是提升自己JS能力的又一个捷径.1. Prototype是什么?或许你还没有用过它, prototype.js 是一个由Sam Stephenson写的JavaScript包。这个构思奇妙编写良好的一段兼容标准的一段代码将承担创造胖客户端, 高交互性WEB应用程序的重担。轻松加入Web ...
阅读全文
ASP.NET Ajax-aware JavaScript IntelliSense available from the Orcas CTP
摘要:This is an absolutely awesome feature. IntelliSense / autocompletion for JavaScript is a difficult problem (because of the dynamic nature of JavaScript) which the Visual Studio team is brilliantly sol...
阅读全文
ASP.NET AJAX Documentation Downlaod!!!
摘要:Microsoft ASP.NET AJAX documentation includes overviews, tutorials, samples, and API reference topics. When you download the documentation, be sure to open the Readme.txt file for setup instruc...
阅读全文