FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - juCodeHome/select2 · GitHub
juCodeHome
/
select2
Public
forked from
select2/select2
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
select2
src
on
develop
User selector
Datepicker
Commit history
Commits on Mar 19, 2019
minor fix (greek omega used has no diacritic) (#5464)
Show description for 5977856
tgogos
authored and
kevin-brown
committed
5977856
View commit details
Copy full SHA for 5977856
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
More suitable spelling `ещё` instead of `еще` (#5401)
maximal
authored and
kevin-brown
committed
9032705
View commit details
Copy full SHA for 9032705
View code at this point
Browse repository at this point
Update Vietnamese (vi) translation (#5387)
thanhpd
authored and
kevin-brown
committed
97c5304
View commit details
Copy full SHA for 97c5304
View code at this point
Browse repository at this point
Commits on Sep 15, 2018
#4530 Add tooltip (title) to the 'remove all' 'X' icon. (#5291)
Show description for 14a059d
nisha-kaushik
authored and
pedrofurtado
committed
14a059d
View commit details
Copy full SHA for 14a059d
View code at this point
Browse repository at this point
Update base.js
pedrofurtado
authored
933189b
View commit details
Copy full SHA for 933189b
View code at this point
Browse repository at this point
Update defaults.js
pedrofurtado
authored
1062187
View commit details
Copy full SHA for 1062187
View code at this point
Browse repository at this point
Commits on Sep 11, 2018
Added the right single quotation mark to diactritics. (#4337)
Show description for 1764b84
charettes
authored and
pedrofurtado
committed
1764b84
View commit details
Copy full SHA for 1764b84
View code at this point
Browse repository at this point
Update base.js (#5357)
pedrofurtado
authored
8bc269d
View commit details
Copy full SHA for 8bc269d
View code at this point
Browse repository at this point
PR for -> autofocus isn't supported #3696 (#5356)
Show description for 2ea1718
pedrofurtado
authored
2ea1718
View commit details
Copy full SHA for 2ea1718
View code at this point
Browse repository at this point
Commits on Sep 7, 2018
Add Bangla (bn) localization (#5248)
eliyas5044
authored and
pedrofurtado
committed
e15046e
View commit details
Copy full SHA for e15046e
View code at this point
Browse repository at this point
Commits on Sep 5, 2018
Add scrollAfterSelect as a configurable option for multiselect dropdowns to allow toggling of highlightFirstItem() behaviour (#5150)
Show description for 2b049c0
boweihan
authored and
pedrofurtado
committed
2b049c0
View commit details
Copy full SHA for 2b049c0
View code at this point
Browse repository at this point
Add missing diacritics to diacritics.js (#4118)
mlpo
authored and
pedrofurtado
committed
e67c9aa
View commit details
Copy full SHA for e67c9aa
View code at this point
Browse repository at this point
Fix typos in comments (#5336)
timgraham
authored and
pedrofurtado
committed
ec7c57c
View commit details
Copy full SHA for ec7c57c
View code at this point
Browse repository at this point
Commits on May 25, 2018
Add Nepali (ne) localization (#5295)
Show description for d1a5715
samundra
authored and
kevin-brown
committed
d1a5715
View commit details
Copy full SHA for d1a5715
View code at this point
Browse repository at this point
Commits on Feb 11, 2018
Add georgian (ka) localization (#5179)
Show description for 3fb9e4f
akalongman
authored and
kevin-brown
committed
3fb9e4f
View commit details
Copy full SHA for 3fb9e4f
View code at this point
Browse repository at this point
Add Albanian localization (#5199)
Show description for 4346273
ebejko
authored and
kevin-brown
committed
4346273
View commit details
Copy full SHA for 4346273
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
Fix up arrow error when there is no options
rodrigo.perez
authored and
alexweissman
committed
34e8b69
View commit details
Copy full SHA for 34e8b69
View code at this point
Browse repository at this point
Create tk.js
nbayramberdiyev
authored and
alexweissman
committed
0087114
View commit details
Copy full SHA for 0087114
View code at this point
Browse repository at this point
Remove duplicate CSS selector in classic theme
Show description for eeba16b
razh
authored and
alexweissman
committed
eeba16b
View commit details
Copy full SHA for eeba16b
View code at this point
Browse repository at this point
Fix french locale
tchiotludo
authored and
alexweissman
committed
0ad18a0
View commit details
Copy full SHA for 0ad18a0
View code at this point
Browse repository at this point
Commits on Nov 21, 2017
Exposes select2 instance via .data('select2')
Nadeem Afana
authored and
alexweissman
committed
6d0ecbc
View commit details
Copy full SHA for 6d0ecbc
View code at this point
Browse repository at this point
Commits on Oct 27, 2017
Fixed unit test issue and typo in Norwegian translation
ToreOlavKristiansen
authored and
alexweissman
committed
bca6a50
View commit details
Copy full SHA for bca6a50
View code at this point
Browse repository at this point
Fixed Chrome issue: lost focus after selecting a value
ToreOlavKristiansen
authored and
alexweissman
committed
45ee734
View commit details
Copy full SHA for 45ee734
View code at this point
Browse repository at this point
Fixes IE11 issue with select loosing focus having selected an item.
ToreOlavKristiansen
authored and
alexweissman
committed
6eee443
View commit details
Copy full SHA for 6eee443
View code at this point
Browse repository at this point
Commits on Oct 26, 2017
Cache objects in `Utils.__cache` instead of using `$.data` (#4346)
alexweissman
committed
1864a3d
View commit details
Copy full SHA for 1864a3d
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/NadeemAfana/select2 into develop
alexweissman
committed
62c4f63
View commit details
Copy full SHA for 62c4f63
View code at this point
Browse repository at this point
fix line length to keep jslint happy
alexweissman
committed
77acc56
View commit details
Copy full SHA for 77acc56
View code at this point
Browse repository at this point
how the heck did they get a tab in there?
alexweissman
committed
16391c3
View commit details
Copy full SHA for 16391c3
View code at this point
Browse repository at this point
Removing the double event binding registration of "selection:update" within SingleSelection.prototype to prevent multiple calls on the selection event (#4306)
alexweissman
committed
2042920
View commit details
Copy full SHA for 2042920
View code at this point
Browse repository at this point
Improving .select2-hidden-accessible
Show description for 7ca9867
ffoodd
authored and
alexweissman
committed
7ca9867
View commit details
Copy full SHA for 7ca9867
View code at this point
Browse repository at this point
Move role and aria-readonly attributes from render function to bind function
michalkleiner
authored and
alexweissman
committed
01d881c
View commit details
Copy full SHA for 01d881c
View code at this point
Browse repository at this point
Add role and aria-readonly attributes to single selection dropdown selected value
michalkleiner
authored and
alexweissman
committed
e1cda22
View commit details
Copy full SHA for e1cda22
View code at this point
Browse repository at this point
perform deep merge for Defaults.set()
nobodyman
authored and
alexweissman
committed
8398788
View commit details
Copy full SHA for 8398788
View code at this point
Browse repository at this point
Use `attr` instead of `prop` for `select2-selection__rendered` title (#4640)
Show description for 6ff1068
timothykang
authored and
alexweissman
committed
6ff1068
View commit details
Copy full SHA for 6ff1068
View code at this point
Browse repository at this point
Check for string value
MichaelMackus
authored and
alexweissman
committed
cd08d80
View commit details
Copy full SHA for cd08d80
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL