码迷,mamicode.com
首页 > 编程语言 > 详细

javascript知识点小节

时间:2014-11-25 20:33:08      阅读:259      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   sp   java   for   on   bs   ad   

1.类型转换:parseInt\parseFloat\Number\==

2.本地对象的方法:

String:concat\split\substring\substr\match\replace

Number:toFixed

Array:concat\join\slice\splice

RegExp:exec\test

3.DOM操作:

getElementById\getElementsByName

createElement

appendChild\removeChild\replaceChild\insertBefore

4.事件:

attachEvent\addEventListener

事件捕获事件冒泡

5.宿主对象:

window.location.href

6.内置对象:

Global和Math

7.函数:函数表达式\作用域链\闭包

8.面向对象:原型\对象冒充\this

9.AJAX:XMLHttpRequset\跨域

暂时想到这些了,写出来像目录一样,算是过了一遍吧

javascript知识点小节

标签:http   io   ar   sp   java   for   on   bs   ad   

原文地址:http://www.cnblogs.com/linda586586/p/4121794.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!