jQuery Slide Up Slow


jQuery Slide Up slow Creates slow sliding effects in the elements.


Syntax of jQuery Slide Up Slow

$(selector).slideUp(speed,callback);

jQuery Slide Up Slow Example


<script type="text/javascript">
         $(document).ready(function(){
          $("#slide").click(function(){
           $("#demoDiv").slideUp("slow");
          });
          });
</script>    

Try it »


Advertisements

Add Comment

📖 Read More