jquery的選擇器有:1、基本選擇器【#id】;2、層次選擇器【parent > child】;3、基本過濾器選擇器【:first】;4、表單選擇器【:input】;5、表單過濾器選擇器【:enabled】。
本教學操作環境:windows7系統、jquery3.2.1版本,Dell G3電腦。
推薦:jquery影片教學
jquery的選擇器有:
a、基本選擇器:#id, class,element,*;
b、層次選擇器:parent > child,prev next ,prev ~ siblings
c、基本過濾器選擇器::first,:last ,: not ,:even ,:odd ,:eq ,:gt ,:lt
d、表單選擇器: :input ,:text ,:password ,:radio ,:checkbox ,:submit 等;
e、表單過濾器選擇器::enabled ,:disabled ,:checked ,:selected
相關免費學習推薦:javascript(影片)
以上是jquery的選擇器有幾種的詳細內容。更多資訊請關注PHP中文網其他相關文章!