jQuery(document).ready(function($) { if ( ! MyListing.Explore || ! MyListing.Explore.isMobile ) { return null; } $('.ml-explore-search-filter').on('click', function() { var current = MyListing.Explore.state.mobileTab; if ( current == 'filters' ) { MyListing.Explore.state.mobileTab = 'results'; } else { MyListing.Explore.state.mobileTab = 'filters'; } }); });