Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin restructuration - split things into small pieces #63

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
f942288
Fix element order for non-grouped elements
michaelperrin Oct 8, 2012
cf88da8
Grouping keeps order (breaks compatibility)
michaelperrin Oct 9, 2012
48ba2e4
Update minified version of JS lib
michaelperrin Oct 9, 2012
0ebff42
Update documentation according to BC changes for keeping items order
michaelperrin Oct 9, 2012
0235f78
Small fix in documentation
michaelperrin Oct 9, 2012
154edf8
Better var names
michaelperrin Oct 9, 2012
afa8130
Do not break compatibility (old format of callback is valid as well)
michaelperrin Oct 9, 2012
3d27028
Fix merge
meltingice Dec 15, 2012
fcbb3b4
Fix IE7 and IE8 compatibility
michaelperrin Jan 9, 2013
92e194c
Merge pull request #50 from michaelperrin/fix/ie8-compatibility
meltingice Jan 9, 2013
8c23d15
Fix compatibility with jQuery 1.9.x
michaelperrin Jan 24, 2013
5af6bc5
Merge pull request #52 from michaelperrin/bugfix/jquery-1.9
meltingice Feb 7, 2013
06302fc
Fixed broken callback, and the default value for chosenOptions should…
fredwu Feb 8, 2013
d51735f
Simplified the JS by getting rid of "if not"
fredwu Feb 8, 2013
6d4540b
"success" callback should only be called once
fredwu Feb 8, 2013
eb81d54
It's very useful to have the field passed into the callback
fredwu Feb 8, 2013
761ca9f
Oops, jquery's `is` and `not` are not related, my bad
fredwu Feb 8, 2013
e800071
Merge pull request #55 from fredwu/tweaks
meltingice Mar 10, 2013
d19de49
Merge branch 'master' of github.com:meltingice/ajax-chosen
michaelperrin Jul 24, 2013
08dad91
Merge branch 'master' of github.com:meltingice/ajax-chosen
michaelperrin Jul 24, 2013
c1916b1
Merge branch 'master' of github.com:michaelperrin/ajax-chosen
michaelperrin Jul 24, 2013
83ef97f
Use jQuery boilerplate plugin structure
michaelperrin Jul 24, 2013
d2555cd
Remove unused code
michaelperrin Jul 24, 2013
d38fac7
minTermLength option can be set to 0
michaelperrin Jul 24, 2013
6474d67
Compile CoffeeScript file to JS and minified JS
michaelperrin Jul 25, 2013
9387a74
Change deprecated code comment
michaelperrin Jul 25, 2013
871fe05
Fix regression when a callback function is provided
michaelperrin Jul 25, 2013
50ec939
Fix cancelled requests regression
michaelperrin Jul 25, 2013
702bfce
Fix compatibility for Chosen 1.0.0
michaelperrin Aug 8, 2013
c9c02fd
Merge branch 'bugfix/chosen-1.x-compatibiliy' into feature/jquery-plu…
michaelperrin Aug 8, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
249 changes: 143 additions & 106 deletions lib/ajax-chosen.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 15 additions & 14 deletions lib/ajax-chosen.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading