Skip to content

Instantly share code, notes, and snippets.

@collin
Created September 12, 2008 00:40
Show Gist options
  • Save collin/10351 to your computer and use it in GitHub Desktop.
Save collin/10351 to your computer and use it in GitHub Desktop.
_.tag_input
.keyup_size_to_fit();
.keybind('tab', edit_id)
.keybind('shift+3', edit_id)
.keybind('space', edit_id)
.keybind('shift+tab', edit_classes)
.keybind('.', edit_classes);
_.id_input
.keyup_size_to_fit();
.keybind('tab', edit_classes)
.keybind('.', edit_classes)
.keybind('space', edit_classes);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment