a1 a2 a3 b1 b2 b3 ...
//全局選擇器 $('*').css('font-size', '30px') //標(biāo)簽選擇器 $('h2').css(...
什么是jquery jQuery是一個(gè)快速、簡潔的JavaScript框架矮嫉。 jQuery設(shè)計(jì)的宗旨是“write Less茫因,Do More”蚪拦,...
AJAX = Asynchronous JavaScript and XML(異步的 JavaScript 和 XML) AJAX技術(shù) 不需要刷...
.one { width: 200px; height: 200px; background-col...
通配符 \w 表示:字母、數(shù)字冻押、下劃線 \W 表示:除了字母驰贷、數(shù)字、下劃線以外的字符 \d 表示:數(shù)字 \D 表示:非數(shù)字 ^ 表示:以^符號后...
input { width: 400px; } div { width: 406px; ...
div{ width: 200px; height: 200px; border: 1px soli...
1. 焦點(diǎn)事件 獲得焦點(diǎn)事件 onfocus 失去焦點(diǎn)事件 onblur 2. 阻止默認(rèn)行為 e.preventDefault() 比如:阻止超...