1
0
mirror of synced 2024-11-26 14:56:07 +03:00
select2/dist/js
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
..
i18n Universally use the object query return 2015-01-07 21:11:32 -05:00
select2.amd.full.js Set up a public event relay 2015-01-08 11:44:09 -05:00
select2.amd.js Set up a public event relay 2015-01-08 11:44:09 -05:00
select2.full.js Set up a public event relay 2015-01-08 11:44:09 -05:00
select2.full.min.js Set up a public event relay 2015-01-08 11:44:09 -05:00
select2.js Set up a public event relay 2015-01-08 11:44:09 -05:00
select2.min.js Set up a public event relay 2015-01-08 11:44:09 -05:00