jQuery Effect Methods

MethodDescription
animate()Performs a custom animation (of a set of CSS properties) for selected elements
clearQueue()Removes all queued functions for the selected element
delay()Sets a delay for all queued functions for the selected element
dequeue()Runs the next queued functions for the selected element
fadeIn()Gradually changes the opacity, for selected elements, from hidden to visible
fadeOut()Gradually changes the opacity, for selected elements, from visible to hidden
fadeTo()Gradually changes the opacity, for selected elements, to a specified opacity
hide()Hides selected elements
queue()Shows the queued functions for the selected element
show()Shows hidden selected elements
slideDown()Gradually changes the height, for selected elements, from hidden to visible
slideToggle()Toggles between slideUp() and slideDown() for selected elements
slideUp()Gradually changes the height, for selected elements, from visible to hidden
stop()Stops a running animation on selected elements
toggle()Toggles between hide() and show(), or custom functions, for selected elements

댓글

이 블로그의 인기 게시물

jquery css

Struts2의 작동 원리

JSP/Servlet 한글 깨짐 처리 ?