I am able to change inside of div with the following code
$(".mydivclass").html("my data");
Now if possible i want to add an effect like show (delay) or something other. How can i do that when changing the data inside div. Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A little simple example using fading effect.
HTML
JS
Fiddle on : http://jsfiddle.net/uxhE2/