0

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()

})

mmdwc
  • 1,095
  • 6
  • 27
  • 53

0 Answers0