随笔分类 -  Javascript

摘要:Create JavaScript Objects Using Object Literals: var obj = {name: 'Allen', color: 'White'}; Dynamic Nature of JavaScript: obj.age = 3; Using Construct 阅读全文
posted @ 2015-12-25 13:05 小-黑 阅读(262) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-11-04 17:15 小-黑 阅读(122) 评论(0) 推荐(0)
摘要:XMLHttpRequest对象 XHRAjax核心XMLHttpRequest对象:xhr.open("get/post","example.txt",false);xhr.send(null);http://dev.yesky.com/91/2687091.shtmljQuery对Ajax进行了... 阅读全文
posted @ 2014-08-06 21:09 小-黑 阅读(103) 评论(0) 推荐(0)