$("#maincontent").animate({"top":"450px"},1200)
.html($("#"+Lidentity).html())
.animate({"top":"0px"},1000);
Hi friends,
This is jquery code, which is working fine. As
1. animate maincontent top to 450px
2. get the content and placed into maincontent
3. again animate maincontent top to 0px.
this will give the effect similar to slide.
what's my problem is ? these are not comes in sequence. It jus works in the order of 2 1 3
i need it in 1 2 3 order.How can i achive it.
br> please help me
Thanks,
Praveen J