鋒利的jQuery讀書筆記(五)

第五章 jQuery對錶單表格的操作及更多應用 1 獲取和失去焦點改變樣式 input:focus,textarea:focus{ border:1px solid #f00; background:#fcc; } jQuery代碼如下: $(function(){ $(":input").focus(function(){ $(this).addClass(「focus」); }).blur(f
相關文章
相關標籤/搜索