javascript - How can I set time for insertAfter -


how can set time insertafter , more details :

$(z).find(".post--"+a).insertafter(".post:last"); 

for example when use .slidedown(time) slide time set want know how can insertafter

as suggested in comment, can try

$(z).find(".post--"+a).hide().insertafter(".post:last").slidedown(500); 

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -