Skip to content

Instantly share code, notes, and snippets.

@kimardenmiller
Created March 8, 2013 22:54
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 kimardenmiller/5120652 to your computer and use it in GitHub Desktop.
Save kimardenmiller/5120652 to your computer and use it in GitHub Desktop.
navCreateHub
app.navCreateHub = function(e) {
// e.preventDefault();
var searchGroup = $('.select2-input').val();
$('#s2id_hub_filter').select2('close');
$('#hubModal').find('#hub_group_name').val(searchGroup);
$('#hubModal').modal();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment