Quantcast
Channel: Discussions - T3 - Joomla Template Framework
Viewing all articles
Browse latest Browse all 3483

Trouble converting JS to jQuery

$
0
0
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:
    
$('#show').on('click',function(){
$('.card-reveal').slideToggle('slow');
});

$('.card-reveal .close').on('click',function(){
$('.card-reveal').slideToggle('slow');
});
help?

Viewing all articles
Browse latest Browse all 3483

Trending Articles