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