JQuery 요소 가져오기

5927 단어 jquery
  :       JQuery      。

        ,                                。

          ,       ,                       ,                 。

         ,     jquery       ,  jquery  。



   :JQuery        

1、         

$("   ")



2、  ID    

$("#id_name")



3、         

$(".className")



4、         

$("   ,    ,     ....")



5、            

$("        ")

$("   >   ")

$("   +   ")

$("   ~   ")



6、            

[attribute]

[attribute = value]

[attribute != value]

[attribute ^= value]

[attribute $= value]

[attribute *= value]



7、         

$("")



     

:first

:last

:not(filter)

:even

:odd

:eq(index)

:lt(index)

:gt(index)

:header

:animated

:contains(text)

:empty

:has(selector)

:parent【 :              】



8、      

$("")



         

:input

:text

:password

:radio

:checkbox

:submit

:image

:reset

:button

:file

【 :        ,           ,                    。 :$("input:text")】



9、           

:enable              

:disabled               

:checked             

:selected                 



10、                

$("   ").eq(index)



11、           

$("   ").filter(expr)



12、         

$("   ").slice(start,[end])



13、             

$("   ").is(expr)



14、          

$("   ").next([expr])



15、          

$("   ").prev([expr])



16、        

$("   ").parent([expr])



17、        

$("   ").children([expr]) 

좋은 웹페이지 즐겨찾기