Commit b0aaeda1 by [3~[3~[3~Bence Dnyi

Store AJAX loading demo

parent 7a4c4881
......@@ -28,6 +28,15 @@ $(function(){
});
}
})
$('#load-more-files').click(function(){
$('.actions', this).show();
var that=this;
setTimeout(function(){
$(that).prev('li').slideDown(500,function(){
$('.actions', that).hide();
});
},2000);
})
})
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment