Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created October 3, 2015 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tripflex/9aaf007f0bcddd25230b to your computer and use it in GitHub Desktop.
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