smoothstate.js toggle and toggleClass not working

14 Views Asked by At

I'm using some basic toggle and toggleClass function in mu jQuery code but it doesn't work properly when using smoothstate.js, any idea why ?

$('.filters-open').click(function() {

$(this).toggle()
$('#filters-close').toggle()
$('#filters-container').toggle()

})

0

There are 0 best solutions below