jQuery事件和動畫

jQuery中的事件 基礎事件 window事件 1、$(document).ready(function(){//不常用 alert(‘hello world’) }) 2、(function(){//常用 alert(‘hello jquery’) }) 鼠標事件 1、click( ) 觸發或將函數綁定到指定元素的click事件 單擊鼠標時 2、mouseover( ) 觸發或將函數綁定到指定
相關文章
相關標籤/搜索