百良西瓜

导航

2015年12月22日 #

DOM 事件

摘要: 1、注册事件 // 事件处理函数 functionhandleMouseOver(event) { // process ...... } p.addEventListener("mouseover", handleMouseOver, [true | false]); 给 ... 阅读全文

posted @ 2015-12-22 14:59 百良西瓜 阅读(184) 评论(0) 推荐(0) 编辑

Ajax

摘要: Ajax - Asynchronous JavaScript and XML示例: // 发起 AJAX 请求 function getCardByAjax() { var httpRequest = new XMLHttpRequest(); httpRequest.oonre... 阅读全文

posted @ 2015-12-22 12:43 百良西瓜 阅读(139) 评论(0) 推荐(0) 编辑