Skip to content

Instantly share code, notes, and snippets.

@rozanovz
Created March 28, 2016 12:24
Show Gist options
  • Select an option

  • Save rozanovz/23142c3f1d392a948637 to your computer and use it in GitHub Desktop.

Select an option

Save rozanovz/23142c3f1d392a948637 to your computer and use it in GitHub Desktop.
setTimeout(function () {
el.find('.group-edit-form .select2-input.ui-select-search').click(function () {
this.focus();
});
}, 300);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment