In jquery selector usage basis

In jquery selector usage basis

1, jquery most complete wording

$(document).ready(function(){

---www.96net.com.cn ----

});

2, jquery abbreviated wording

$("#id").click(function(){

  ---www.96net.com.cn ---- 

})

3, the base selector

 id selector

class selector

Element selector

Child element selected ul li

Descendant selector ul> li

 

Guess you like

Origin www.cnblogs.com/96net/p/12457851.html
Recommended