jQuery ??
jQuery ??
jQuery? ???? HTML ??? ??(??, ??)?? ?? ??? ?? "??"? ??? ? ????.
jQuery ??
jQuery ??? HTML ??? ???? ??? ??? ?? ?? ??? ???? ????.
?? ??: $(selector).action()
?? ??? jQuery ???(???) "??" ? "??" HTML ??? ?????. jQuery? action()? ??? ?? ??? ?????.
?:
$(this) .hide() - ?? ?? ???
$("p").hide() - ?? <p> ?? ???
$("p.test").hide() - ?? ??? ??? = < ;p> "test" ??
$("#test").hide() - id="test"? ?? ?? ???
CSS ???? ???????
jQuery?? ???? ??? XPath? CSS ??? ??? ?????. ? ????? ?? ???? ??? ??? ?? ??? ?????.
?? ?? ???
?? ??? ?? jQuery ??? ?? ?? ??? ??? ?? ???? ????:
$(document).ready(function(){
? // jQuery ?? ??? ?????.. .
});
??? ??? ??(??)?? ?? jQuery ??? ???? ?? ???? ?? ????.
??? ??? ???? ?? ??? ???? ??? ??? ? ????. ??? ? ?? ???? ????.
????? ??? ???? ??? ?? ?? ???? ?? ??? ???? ???.
?: ??? ??(?? ?? ??):
$(function(){
???????????????????????????????????jQuery ?? ?? code...
});
??? ??? ? jQuery ???? ????? ?? ? ?? ???? ???? ???.