jquery effects after load
Posted
by Tony
on Stack Overflow
See other posts from Stack Overflow
or by Tony
Published on 2010-05-06T03:26:47Z
Indexed on
2010/05/06
3:38 UTC
Read the original article
Hit count: 306
jQuery
My slideDown effects didn't showup after invoking load method , my code is :
$("#outerDiv").load("vacation.do #innerDiv",{},function () {$("#outerDiv").slideDown("slow");});
What's the problem ?
© Stack Overflow or respective owner