- 浏览: 81769 次
- 性别:
- 来自: 上海
最新评论
-
ghostAngell:
我也是同时用得JQuery+新版得Json,我没发现过这个问题 ...
JSON.js
文章列表
UI Best Practices v.1.03.pptx
extend-array.png
扩展名改为htm即可
注:父类属性是对象时可采用深度克隆的方式
<html>
<body>
<script>
function A(){
this.list = [1,2,3];
this.elem = {a:1,b:2};
}
function B(){
this.list = new Array(B.prototype.list);
this.elem = ne ...
editor
转载:http://blog.csdn.net/hingwu/archive/2007/04/29/1591624.aspx
Error:too much recursion
收藏
<script type="text/javascript"><!--
document.body.oncopy = function () {
if (window.clipboardData) {
setTimeout(function () {
...
https://my-javascript-library-jmin.googlecode.com/svn/trunk/