How to use Jquery for sliding effect
Posted
by vaibhav
on Stack Overflow
See other posts from Stack Overflow
or by vaibhav
Published on 2010-05-21T13:05:05Z
Indexed on
2010/05/21
13:10 UTC
Read the original article
Hit count: 164
I am new to javascript and jquery. I have written some javascript code for some client validation.
document.getElementById(spnError).style.display = 'block';
This is how I am showing a span if there is some validation issues in the form. I want to use Jquery to show this span. I would like to slide it down slowly.
© Stack Overflow or respective owner