June 22, 2015
admin
jQuery Slide Down Milliseconds
jQuery Slide Down milliseconds – You can add time in milliseconds in sliding.
Syntax of jQuery Slide Down Milliseconds
$(selector).slideDown(speed,callback);
jQuery Slide Down Milliseconds Example
<script type="text/javascript"> $(document).ready(function(){ $("#slide").click(function(){ $("#demoDiv").slideDown(1000); }); }); </script> |
Advertisements
Add Comment
📖 Read More
jQuery Slide Down Milliseconds not working, jquery tutorial with examples for beginners, learning jquery online