Develop

[js] jQjuery $ 활용

by hooni posted Dec 17, 2013
?

Shortcut

PrevPrev Article

NextNext Article

ESCClose

Larger Font Smaller Font Up Down Go comment Print
나중에 정리해서 다시 작성할 것..

$(Selector) // html selector

$(Object) // jQuery 객체화
ex. $(window).width

$(function(){}) // ex. document.ready

$("<div></div>") // create