1
0
mirror of synced 2024-11-26 14:56:07 +03:00
select2/src/js
Quentin Pradet 878bb3ab07 Fix select2('') calls on multiple elements
This fixes an issue when any of Select2's special options are called on
multiple elements, it would only affect the first option in the group.
This was because Select2 was only applying any changes to the first
element in the group (as chosen by jQuery) instead of applying changes
on each and every element within the list.

This has the new side effect of special options like `select2('data')`
returning the results for the last element in the list instead of the
first element. Because the previous functionality was considered
unspecified behaviour, this is not being treated as a breaking change.

This closes https://github.com/select2/select2/issues/3413
This closes https://github.com/select2/select2/pull/3495
2015-11-09 19:03:22 -05:00
..
select2 Set all AJAX parameters as query string parameters 2015-11-09 18:49:40 -05:00
banner.end.js Overhaul of the AMD integration 2015-03-14 19:05:24 -04:00
banner.start.js Overhaul of the AMD integration 2015-03-14 19:05:24 -04:00
jquery.mousewheel.shim.js fix error: "Uncaught ReferenceError: require is not defined" 2015-04-02 10:29:22 -04:00
jquery.select2.js Fix select2('') calls on multiple elements 2015-11-09 19:03:22 -05:00
jquery.shim.js Fix undefined variables 2015-02-13 22:49:54 -05:00
wrapper.end.js Fix TypeError 2015-03-18 10:48:47 -04:00
wrapper.start.js Overhaul of the AMD integration 2015-03-14 19:05:24 -04:00