Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created December 10, 2017 14:03
Show Gist options
  • Select an option

  • Save Pavracer/fb00aefbcd80f4cc1d09f27ae80cbcb7 to your computer and use it in GitHub Desktop.

Select an option

Save Pavracer/fb00aefbcd80f4cc1d09f27ae80cbcb7 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
(function($) {
$(document).ready(function() {
setTimeout(function(){
$('li.et_pb_portfolio_filter:nth-child(2) a').trigger('click');
$('li.et_pb_portfolio_filter:nth-child(2) a').addClass('active');
},300);
});
})(jQuery);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment