We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Michael Harris
  2. General Discussion
  3. Wednesday, 29 July 2015
  4.  Subscribe via email
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?
Comment
There are no comments made yet.


There are no replies made for this post yet.
However, you are not allowed to reply to this post.