1
0
mirror of synced 2025-02-16 20:13:16 +03:00
Kevin Brown 64cb528f62 Set up a public event relay
Now Select2 can fire jQuery events that will match the corresponding
internal events. The `open` and `close` events are now publicly
accessible.

The selection adapter was chosen because it is the least likely to
be moved, but handles the most common events. This `EventRelay`
decorator should theoretically be able to decorate any of the
adapters, as they all have the `bind` method that it needs.
2015-01-08 11:44:09 -05:00
..
2015-01-05 19:30:15 -05:00
2014-10-21 21:43:58 -04:00
2014-10-21 21:43:58 -04:00
2014-10-21 21:43:58 -04:00
2015-01-05 18:22:27 -05:00
2015-01-08 11:44:09 -05:00
2015-01-08 11:44:09 -05:00
2015-01-08 11:44:09 -05:00

Select2 Documentation

This repository holds the latest documentation for Select2.

The documentation is automatically extracted from the docs directory at the Select2 source repository. This is done periodically by the maintainers of Select2.

Pull requests will usually be ignored, documentation fixes should be made in the source repository. We may accept pull requests if they match the source docs directory, but for the most part pull requests will be closed on sight.