課程
/前端開發
/jQuery
/jQuery基礎(三)—事件篇
? function data(e) {
? ? ? ? alert(e.data) //1111
? ? }
什么意思?
2016-10-21
源自:jQuery基礎(三)—事件篇 2-2
正在回答
方法data(e),彈出當前事件傳遞的參數
瑤海王力宏 提問者
舉報
jQuery第三階段開啟事件修煉,掌握對頁面進行交互的操作
3 回答mousedown事件
4 回答mouseup與mousedown
1 回答click與mousedown的區別
3 回答$('#div1').mousedown(function () {this})中的this指向哪里?
7 回答如何恢復刪除的 mousedown 事件
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-10-22
方法data(e),彈出當前事件傳遞的參數