I found a snippet from Bootsnipp and implement it on the site, but the JS code is not working because it's operating on jQuery.
here's the code:
here's the code:
help?
$('#show').on('click',function(){
$('.card-reveal').slideToggle('slow');
});
$('.card-reveal .close').on('click',function(){
$('.card-reveal').slideToggle('slow');
});