.show() .hide()
매칭되는 elements 들을 보이게 하거나 사라지게 할 때 사용한다. 사용문법 .show() .show( duration, [ callback ] ) .show( [ duration ], [ easing ], [ callback ] ) ※ duration 은 1/1000 초 단위값이다. fast 또는 slow 문자를 가질 수 있다. 사용예 Click hereWith the element initially hidden, we can show it slowly:$('#clickme').click(function() { $('#book').show('slow', function() { // Animation complete. });}); 사용문법 .hide() .hide( duration, [ callbac..
jQuery
2010. 12. 28. 11:08
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크