Commit Graph

21 Commits

Author SHA1 Message Date
aquala
7b0a490aea Update select2.d.ts (#9134)
interface Select2SelectionObject: replaced commas with semicolons
2016-05-01 23:17:34 +09:00
Masahiro Wakame
ade7ea32ac Merge pull request #8706 from hupfis/master
Fix ajax-field 'quietMillis' to 'delay'.
2016-03-26 23:11:04 +09:00
Dominik Hurnaus
74fe6ff6ac Fix ajax-field 'quietMillis' to 'delay'.
See select2 documentation at https://select2.github.io/options.html#ajax
2016-03-24 13:47:37 +01:00
Stephen Lautier
926bb90600 Changed placeholder to support IdTextPair 2016-03-20 18:47:18 +01:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
vfernandez
3da6ba8845 Updated select2 definition for v4.0.1 2016-02-08 15:18:37 +01:00
Markus Erlandsson
26d1679100 Select2 has two template functions 2015-10-22 09:51:15 +02:00
Rudi Steinbach
0684f85d39 Update select2.d.ts with v4 theme option. 2015-10-12 08:48:29 +02:00
Roger Chen
5c070aa2c2 Add cache property for select2 ajax options 2015-08-29 07:54:02 -07:00
tomtheisen
bf1d9d8b44 Update select2 events
Update select2 events based on documentation at http://select2.github.io/select2/
2015-06-02 10:35:36 -07:00
vvakame
e1eb3853a3 Merge branch 'master' of github.com:styfle/DefinitelyTyped into styfle-master
Conflicts:
	select2/select2.d.ts
2014-07-10 14:16:11 +09:00
Steven
3016f859a8 Most return types should be JQuery
Since select2 is a JQuery plugin, it support chaining therefore the majority of methods return a JQuery object (typically the original JQuery object besides 'container' which returns the container element).
2014-06-18 10:46:45 -07:00
Dan Quirk
49b672dc08 Reorder select2 overloads from most specific to least specific so overload resolution behaves as expected. 2014-03-31 19:14:03 -07:00
Václav Oborník
82cce1fe2e added some missing options to select2 2013-11-25 10:12:25 +01:00
Santi Albo
000f090aff (select2) set option parameter in matcher to any 2013-10-30 18:23:49 -07:00
Derek Cicerone
392b8a5a08 Add missing on() handler
This was was exposed by a recent update to jquery that tightened up the
typing for on().

Documentation for on(): http://api.jquery.com/on/
2013-10-27 17:17:13 -04:00
Neil Stalker
6b3caa46ac Select2: add method function overloads 2013-08-24 10:54:36 +01:00
Santi Albo
a05a73f965 Select2: make optional parameters optional
Both `more` and `context` arguments are optional for the object passed to `callback` in `Select2QueryOptions`.

See docs example for clarification: http://ivaynberg.github.io/select2/#data
2013-08-21 11:59:44 +01:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Boris Yankov
209d95071a Update reference paths 2013-01-17 20:03:30 +02:00
Boris Yankov
c98eebb137 Rename all definition files, remove versions 2013-01-17 17:17:27 +02:00