Skip to content

Instantly share code, notes, and snippets.

@jesseeproductions
Created April 20, 2015 15:39
Show Gist options
  • Save jesseeproductions/0405ad1444c4597d3d36 to your computer and use it in GitHub Desktop.
Save jesseeproductions/0405ad1444c4597d3d36 to your computer and use it in GitHub Desktop.
Open Find Event Bar in Mobile View
<script>
jQuery(document).ready(function() {
jQuery( '#tribe-bar-collapse-toggle' ).toggleClass( 'tribe-bar-filters-open' );
jQuery( '.tribe-bar-filters' ).slideToggle( 'fast' );
} );
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment