Show and hide message in jquery
i have the requirement 2 call jquery from code behind which will show a text and hide a text
after certain interval
i am passing text from code behind
i did it with javascript but the text shud disappear with effects that is lacking in javascript
please help
many thank....
Answers (1)
0
Jquery would help just like that.. pass the id of your rendered element and use below function of jquery
$("id").hide();