<script src="http://code.jquery.com/jquery.min.js"></script>
<script> 
    jQuery.each(jQuery.browser, function(i, val) { 
      $("<div>" + i + " : <span>" + val + "</span>") 
                .appendTo( document.body ); 
    });
</script> 

'jquery' 카테고리의 다른 글

퀵메뉴  (0) 2012.02.17
iframe 내에 있는 id 찾기  (0) 2012.02.17
기초문법 퍼옴  (0) 2012.02.17
탭 예제  (0) 2012.02.17
이미지 탭  (0) 2012.02.17

+ Recent posts