This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major overhaul of events and code style
Rename some events, add 2 new events: `tokenfield:preparetoken` => `tokenfield:createtoken` `tokenfield:createtoken` => `tokenfield:createdtoken` New: `tokenfield:editedtoken` and `tokenfield:removedtoken` Allow preventing default in `removetoken` event - prevents token from being removed. Rename `event.token` to `event.attrs` to clear up confusion. Use `$` on all variables that are jQuery objects to clear up more confusion.
- Loading branch information