$(document).ready(function() {
alert('hi');
});

This uses jQuery's .ready function on the document object




Sure. You could do this:if (typeof jQuery != 'undefined') { // do something}

'JS > jquery' 카테고리의 다른 글

How to Mimic the iGoogle Interface  (0) 2009.03.01
The 20 Most Practical and Creative Uses of jQuery  (0) 2009.02.27
jQuery Plugin  (0) 2009.02.23
jQuery 링크에 걸린 파일 사이즈 자동으로 알아내기  (0) 2009.01.05
jQuery Loading바 구현하기  (0) 2009.01.05
IE를 위해 코딩할때  (0) 2009.01.05
CSS Text Gradients  (0) 2009.01.04
jQuery 강좌 링크  (0) 2008.12.14
InnerFade with JQuery  (0) 2008.12.14
jQuery Corner Demo  (0) 2008.12.14
by Anna 안나 2009. 1. 5. 01:20