I\'m creating a web app...
i got a kind of game, my idea is when the user completes each level appears a dialog box with some information, it is fine.
Now my
You can't delay an append. You can only delay animations. You could use setTimeout or show the element initially hidden and then fade it in:
setTimeout
$(' ...') .appendTo(target) .delay(5000) .fadeIn(1000); 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复