96bc6ab38ccatch up to master
Igor Vaynberg
2012-04-11 12:05:35 -0700
54033cdb04monitors source element for change events and syncs the selection. opts.initSelection function has to be specified by the user for this to work because ids have to be mapped back to objects. select2 provides this function automatically for select elements and tags helper.
Igor Vaynberg
2012-04-11 00:51:27 -0700
e78daff629Merge pull request #22 from drosen0/patch-1
Igor Vaynberg
2012-04-10 23:30:23 -0700
12a3e68256Update select2.js
David Rosen
2012-04-10 10:42:40 -0700
6183a490a3minor formatting cleanup
Igor Vaynberg
2012-04-10 09:46:20 -0700
607d3a3a6eMerge pull request #21 from justindujardin/patch-1
Igor Vaynberg
2012-04-10 09:45:14 -0700
0645a09e8atags in the exports.
Justin DuJardin
2012-04-10 09:12:19 -0700
cf5f0ee2b9catch up to master
Igor Vaynberg
2012-04-10 07:46:29 -0700
a16190c822only call initSelection() when there is actual input. avoids making users implement empty input check in their initSelection()s
Igor Vaynberg
2012-04-10 07:45:09 -0700
19810405ceautomatically initialize selection in tagging mode. closes#19
Igor Vaynberg
2012-04-10 07:31:59 -0700
084478ba4dcatch up to master
Igor Vaynberg
2012-04-10 00:43:17 -0700
b9c79344cdhide selected choices from the results by default. issue #1
Igor Vaynberg
2012-04-10 00:42:34 -0700
fc9eae5161Merge branch 'gh-pages' of github.com:ivaynberg/select2 into gh-pages
Igor Vaynberg
2012-04-10 00:34:01 -0700
826d38450fcatching up docs to master
Igor Vaynberg
2012-04-10 00:33:45 -0700
34a7f83f7bremoved misplaced logging
Igor Vaynberg
2012-04-10 00:16:33 -0700
d2ec53e33cinitial tagging support via opts.tags
Igor Vaynberg
2012-04-02 22:27:58 -0700
0ca86701adgeneralized selection initialization behind opts.initSelection
Igor Vaynberg
2012-04-09 23:50:21 -0700
d43b8da796Merge pull request #15 from sjaq/patch-1
Igor Vaynberg
2012-04-04 20:18:16 -0700
dca2130d2cDon't remove border, make it transparent to prevent jumping of the page.
Jean Jacques Warmerdam
2012-04-04 14:34:02 +0300
bf25e5e7e4export classes, issue #13
Igor Vaynberg
2012-04-02 08:36:55 -0700
b0b70243b6correct namespace. issue #13
Igor Vaynberg
2012-03-31 21:12:23 -0700
c913b7e3f9added reusable helpers into the global window.Select2 namespace. closes#13
Igor Vaynberg
2012-03-31 21:11:04 -0700
e27e158a6bcatch up to master
Igor Vaynberg
2012-03-31 11:19:20 -0700
6fee67bcffMerge pull request #5 from justindujardin/jdd-sizable
Igor Vaynberg
2012-03-31 11:17:36 -0700
c5d6cb1327Deal with non-existent style attributes, and returning calculated pixel widths as a fallback.
Justin DuJardin
2012-03-31 10:20:49 -0700
fa41027264Set min-height to 26px for proper input sizing in Opera.
Justin DuJardin
2012-03-31 10:06:34 -0700
dd0d80532cFix spinner.gif input jumpiness. Apply default outline and height properties on the input, to override site-specific CSS input styles.
Justin DuJardin
2012-03-31 10:02:29 -0700
cf4c65de84catch up to master:
Igor Vaynberg
2012-03-30 21:27:26 -0700
40843b1b98better handling of non-numeric ids
Igor Vaynberg
2012-03-30 21:25:38 -0700
b1949a3d3fcatch up to master
Igor Vaynberg
2012-03-30 14:06:52 -0700
26982e1952change event, closes#11
Igor Vaynberg
2012-03-30 14:06:34 -0700
6bef0b5bf6fix placeholder styling broken in a previous code cleanup. closes#12
Igor Vaynberg
2012-03-30 13:04:32 -0700
b4c730274acatching up with master
Igor Vaynberg
2012-03-30 09:47:07 -0700
538c6d1584camel cased a var and reformatted after jquery 1.4.2 compat change
Igor Vaynberg
2012-03-30 09:45:32 -0700
b162567c22jQuery 1.4.2 compatibility : - use attr() instead of prop() - use .bind() and .delegate() instead of .on() - pass ajax success handler as an argument, instead of chaining call to .success()
Justin DuJardin
2012-03-29 15:58:30 -0700
576607c46fUndo rebase indentation changes.
Justin DuJardin
2012-03-29 13:51:48 -0700
de51a5dbddHide search.parent() container when minimumResultsForSearch is not met on a single select.
Justin DuJardin
2012-03-29 13:45:36 -0700
a28ea4fb98Cleanup sizable implementation - Remove absolute positioning from search input, and use inline-block with width 100% and padding. - Remove hardcoded search results margin (space is consumed by non-absolute, inline-block search wrapper)
Justin DuJardin
2012-03-28 15:35:29 -0700
09798e3b5fRemove experimental code that accidentally got checked in.
Justin DuJardin
2012-03-28 13:05:02 -0700
55a257ddbaBetter extract width style from inline element : - Match floating point numbers as well as integers (e.g. "width:99.5%") - Strip all string spaces, to match styles specified with variable spacing (e.g. " width: 5em ;")
Justin DuJardin
2012-03-28 10:22:02 -0700
26baca110bRemove close button outline.
Justin DuJardin
2012-03-28 10:02:22 -0700
b2c6ced65fRework select2 and styles to support styled width's (rather than just fixed pixel widths) - Will not work with styles specified in remote CSS, because there's no easy way to retrieve the original css value. - Will work with styles specified inline on the element (regex parse out width value with specified units intact, from the element style attribute)
Justin DuJardin
2012-03-27 16:04:35 -0700
eddc40934csmall code cleanup
Igor Vaynberg
2012-03-29 11:43:39 -0700
b30b455505Fix CRLF
Igor Vaynberg
2012-03-29 11:08:14 -0700
341a3cd8b5fix ie8 compat, closes#7
Igor Vaynberg
2012-03-29 10:45:31 -0700
29576e96c1doc minimumResultsForSearch option
Igor Vaynberg
2012-03-28 15:22:14 -0700
1ab192ac7boption to hide the search field if there are just a few results. closes#4 and closes#6
Igor Vaynberg
2012-03-28 15:21:43 -0700
7cd54f5358no need to preload results, they will be loaded on open
Igor Vaynberg
2012-03-28 14:43:10 -0700
4b6920d389fixing incorrect case of images, 2 of 2
Igor Vaynberg
2012-03-28 14:39:14 -0700
fe3a1f3b1bfixing incorrect case of images, 1 of 2
Igor Vaynberg
2012-03-28 14:39:02 -0700
a07b295ec7doc support for local array data
Igor Vaynberg
2012-03-28 14:33:34 -0700
d7f0c0a8b1simplified support for local array data
Igor Vaynberg
2012-03-28 14:32:18 -0700
daf24292f6added select2-master as a git:// submodule to get gh-pages working
Igor Vaynberg
2012-03-28 08:21:11 -0700
f85da59369removing select2-master submodule with a ssh url since its not supported by github pages
Igor Vaynberg
2012-03-28 08:15:33 -0700
9ca0f0e18eadded ribbon to 1.0 page
Igor Vaynberg
2012-03-27 20:14:40 -0700
9f136d9e0fswitching select2-master to be a git submodule
Igor Vaynberg
2012-03-27 15:19:49 -0700
916a6cd20fremoving select2-master dir
Igor Vaynberg
2012-03-27 15:19:04 -0700
f4e0089b1fcleaned up loading/cleaning of result list
Igor Vaynberg
2012-03-27 15:06:42 -0700
e71783235ecatch up to master
Igor Vaynberg
2012-03-26 23:53:42 -0700
2dc46c4bfamove the [x] icon back to the right in single selection mode. issue #3
Igor Vaynberg
2012-03-26 23:52:31 -0700
b18b9aecd8support removing elements that have non-numeric ids
Igor Vaynberg
2012-03-26 23:45:08 -0700
803da6fcdccatching up the website to tweaks in master
Igor Vaynberg
2012-03-26 14:26:43 -0700
339c7a850emoving [x] button to the left so its easier to remove multiple sequential selections. closes#3
Igor Vaynberg
2012-03-26 14:24:30 -0700
1afffb09dcimproved blur tracking. closes#2
Igor Vaynberg
2012-03-26 14:08:06 -0700
287e765d3fclarification for remote dataset docs
Igor Vaynberg
2012-03-25 23:44:31 -0700
ead7dda66badded changelog
Igor Vaynberg
2012-03-25 23:43:00 -0700
a662026197added fork me on github ribbon
Igor Vaynberg
2012-03-25 23:30:54 -0700
56eb0ae10cupdated for changes in master
Igor Vaynberg
2012-03-25 23:19:41 -0700
f6eb1edbcechange paging of remote data to be 1-based instead of 0-based
Igor Vaynberg
2012-03-25 22:10:10 -0700
ad6ebdeea3moving resources into a versioned dir
Igor Vaynberg
2012-03-25 21:09:25 -0700
2f817ce566added git ignore
Igor Vaynberg
2012-03-25 21:06:48 -0700
b5c4817149initial support for multiselect mode, issue #1
Igor Vaynberg
2012-03-14 17:09:46 -0700
8a2d77bac3added google analytics
Igor Vaynberg
2012-03-04 11:23:49 -0800
6e8b08c06binitial site
Igor Vaynberg
2012-03-04 11:18:37 -0800
76ab4613e3Created gh-pages branch via GitHub
Igor Vaynberg
2012-03-04 11:04:06 -0800
91b03ca43bfixed readme
1.0.0
Igor Vaynberg
2012-03-04 10:59:28 -0800
53e214d32finitial checkin
Igor Vaynberg
2012-03-04 10:58:26 -0800