cycling jQuery_Succinctly | Seite 93

Chapter 9 Effects Disable all jQuery effect methods It is possible to disable all of the animating methods jQuery provides by simply setting the value of the off property to true. Sample: sample92.html
Try to animate me!
When off is set to true, all the effect methods will not animate and will instead be hidden and shown immediately using the CSS rules display:none and display:block. You can turn the animation back on by passing the off property a false value. Sample: sample93.html
Try to animate me!