Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created October 3, 2015 23:14
Show Gist options
  • Select an option

  • Save tripflex/9aaf007f0bcddd25230b to your computer and use it in GitHub Desktop.

Select an option

Save tripflex/9aaf007f0bcddd25230b to your computer and use it in GitHub Desktop.
Set max categories to 5
jQuery(function(){
jQuery( '.job-manager-category-dropdown' ).chosen({ search_contains: true, max_selected_options: 5 });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment