jQuery SlideSliding effects. jQuery Sliding Methods With jQuery you can create a sliding effect on elements. jQuery has the following slide methods: slideDown() slideUp() slideToggle() Syntax $(selector).slideDown(speed, callback); Example$("#flip").click(function(){ $("#panel").slideDown(); });Try it Yourself PreviousNext