ben-g
10/10/2016 - 9:20 PM

jQuery hide and show

jQuery hide and show

<script type="text/javascript">
$(document).ready(function () { 
    $(".cards").hide().show(1600);
});
</script>