ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • jQuery
    GUI/컨트롤 2011. 8. 8. 15:08
    자바스크립트 라이브러리
        jQuery
        prototype
        네이버의 '진도'


    $(window)
        on scroll

        .scrollTop()

    $(this)
        on click
        on toggle
        .focus()

        .attr[]
        .css[]

        .next()
        .find()
        .attr()
        .hide()
        .animate()
        .stop()
        .slideUp()
        .slideDown()

    $(document)
        on ready


    참조 사이트:

    http://findfun.tistory.com/280

    http://api.jquery.com/focus/


Designed by Tistory.