jQuery學習筆記2:選擇器

1    簡單選擇器                $('#box>p').css('color','red')                      //直接相鄰兒子p標籤 返回選擇器選擇元素個數方法:length屬性或size()方法。    jQuery具有容錯功能: if (document.getElementById('pox')) {    document.getElement
相關文章
相關標籤/搜索