摘要:
注意点都在代码里 1 <style> 2 div { 3 width: 200px; 4 height: 200px; 5 background-color: pink; 6 } 7 </style> 8 <div></div> 9 <script> 10 // 操作样式之css方法 11 $(fu 阅读全文
摘要:
使用的思想:隐式迭代、 1 <button>快速</button> 2 <button>快速</button> 3 <button>快速</button> 4 <button>快速</button> 5 <button>快速</button> 6 <button>快速</button> 7 <but 阅读全文
摘要:
使用的方法:click() css() siblings() 1 <button>快速</button> 2 <button>快速</button> 3 <button>快速</button> 4 <button>快速</button> 5 <button>快速</button> 6 <button 阅读全文
摘要:
1. 父parent、子children、find 1 <div class="yeye"> 2 <div class="father"> 3 <div class="son">儿子</div> 4 </div> 5 </div> 6 7 <div class="nav"> 8 <p>我是屁</p> 阅读全文