1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Commit Graph

  • 96bc6ab38c catch up to master Igor Vaynberg 2012-04-11 12:05:35 -0700
  • 54033cdb04 monitors 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
  • e78daff629 Merge pull request #22 from drosen0/patch-1 Igor Vaynberg 2012-04-10 23:30:23 -0700
  • 12a3e68256 Update select2.js David Rosen 2012-04-10 10:42:40 -0700
  • 6183a490a3 minor formatting cleanup Igor Vaynberg 2012-04-10 09:46:20 -0700
  • 607d3a3a6e Merge pull request #21 from justindujardin/patch-1 Igor Vaynberg 2012-04-10 09:45:14 -0700
  • 0645a09e8a tags in the exports. Justin DuJardin 2012-04-10 09:12:19 -0700
  • 5094df886c Remove duplicate window exports Justin DuJardin 2012-04-10 09:09:20 -0700
  • cf5f0ee2b9 catch up to master Igor Vaynberg 2012-04-10 07:46:29 -0700
  • a16190c822 only 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
  • 19810405ce automatically initialize selection in tagging mode. closes #19 Igor Vaynberg 2012-04-10 07:31:59 -0700
  • 084478ba4d catch up to master Igor Vaynberg 2012-04-10 00:43:17 -0700
  • b9c79344cd hide selected choices from the results by default. issue #1 Igor Vaynberg 2012-04-10 00:42:34 -0700
  • fc9eae5161 Merge branch 'gh-pages' of github.com:ivaynberg/select2 into gh-pages Igor Vaynberg 2012-04-10 00:34:01 -0700
  • 826d38450f catching up docs to master Igor Vaynberg 2012-04-10 00:33:45 -0700
  • 34a7f83f7b removed misplaced logging Igor Vaynberg 2012-04-10 00:16:33 -0700
  • d2ec53e33c initial tagging support via opts.tags Igor Vaynberg 2012-04-02 22:27:58 -0700
  • 0ca86701ad generalized selection initialization behind opts.initSelection Igor Vaynberg 2012-04-09 23:50:21 -0700
  • d43b8da796 Merge pull request #15 from sjaq/patch-1 Igor Vaynberg 2012-04-04 20:18:16 -0700
  • dca2130d2c Don't remove border, make it transparent to prevent jumping of the page. Jean Jacques Warmerdam 2012-04-04 14:34:02 +0300
  • bf25e5e7e4 export classes, issue #13 Igor Vaynberg 2012-04-02 08:36:55 -0700
  • b0b70243b6 correct namespace. issue #13 Igor Vaynberg 2012-03-31 21:12:23 -0700
  • c913b7e3f9 added reusable helpers into the global window.Select2 namespace. closes #13 Igor Vaynberg 2012-03-31 21:11:04 -0700
  • e27e158a6b catch up to master Igor Vaynberg 2012-03-31 11:19:20 -0700
  • 6fee67bcff Merge pull request #5 from justindujardin/jdd-sizable Igor Vaynberg 2012-03-31 11:17:36 -0700
  • c5d6cb1327 Deal with non-existent style attributes, and returning calculated pixel widths as a fallback. Justin DuJardin 2012-03-31 10:20:49 -0700
  • fa41027264 Set min-height to 26px for proper input sizing in Opera. Justin DuJardin 2012-03-31 10:06:34 -0700
  • dd0d80532c Fix 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
  • cf4c65de84 catch up to master: Igor Vaynberg 2012-03-30 21:27:26 -0700
  • 40843b1b98 better handling of non-numeric ids Igor Vaynberg 2012-03-30 21:25:38 -0700
  • b1949a3d3f catch up to master Igor Vaynberg 2012-03-30 14:06:52 -0700
  • 26982e1952 change event, closes #11 Igor Vaynberg 2012-03-30 14:06:34 -0700
  • 6bef0b5bf6 fix placeholder styling broken in a previous code cleanup. closes #12 Igor Vaynberg 2012-03-30 13:04:32 -0700
  • b4c730274a catching up with master Igor Vaynberg 2012-03-30 09:47:07 -0700
  • 538c6d1584 camel cased a var and reformatted after jquery 1.4.2 compat change Igor Vaynberg 2012-03-30 09:45:32 -0700
  • b162567c22 jQuery 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
  • 576607c46f Undo rebase indentation changes. Justin DuJardin 2012-03-29 13:51:48 -0700
  • de51a5dbdd Hide search.parent() container when minimumResultsForSearch is not met on a single select. Justin DuJardin 2012-03-29 13:45:36 -0700
  • a28ea4fb98 Cleanup 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
  • 09798e3b5f Remove experimental code that accidentally got checked in. Justin DuJardin 2012-03-28 13:05:02 -0700
  • 1fff4788eb compress getContainerWidth(), add missing semicolon. Justin DuJardin 2012-03-28 10:33:53 -0700
  • 55a257ddba Better 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
  • 26baca110b Remove close button outline. Justin DuJardin 2012-03-28 10:02:22 -0700
  • b2c6ced65f Rework 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
  • eddc40934c small code cleanup Igor Vaynberg 2012-03-29 11:43:39 -0700
  • b30b455505 Fix CRLF Igor Vaynberg 2012-03-29 11:08:14 -0700
  • 341a3cd8b5 fix ie8 compat, closes #7 Igor Vaynberg 2012-03-29 10:45:31 -0700
  • 29576e96c1 doc minimumResultsForSearch option Igor Vaynberg 2012-03-28 15:22:14 -0700
  • 1ab192ac7b option 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
  • 7cd54f5358 no need to preload results, they will be loaded on open Igor Vaynberg 2012-03-28 14:43:10 -0700
  • 4b6920d389 fixing incorrect case of images, 2 of 2 Igor Vaynberg 2012-03-28 14:39:14 -0700
  • fe3a1f3b1b fixing incorrect case of images, 1 of 2 Igor Vaynberg 2012-03-28 14:39:02 -0700
  • a07b295ec7 doc support for local array data Igor Vaynberg 2012-03-28 14:33:34 -0700
  • d7f0c0a8b1 simplified support for local array data Igor Vaynberg 2012-03-28 14:32:18 -0700
  • daf24292f6 added select2-master as a git:// submodule to get gh-pages working Igor Vaynberg 2012-03-28 08:21:11 -0700
  • f85da59369 removing select2-master submodule with a ssh url since its not supported by github pages Igor Vaynberg 2012-03-28 08:15:33 -0700
  • 9ca0f0e18e added ribbon to 1.0 page Igor Vaynberg 2012-03-27 20:14:40 -0700
  • 9f136d9e0f switching select2-master to be a git submodule Igor Vaynberg 2012-03-27 15:19:49 -0700
  • 916a6cd20f removing select2-master dir Igor Vaynberg 2012-03-27 15:19:04 -0700
  • f4e0089b1f cleaned up loading/cleaning of result list Igor Vaynberg 2012-03-27 15:06:42 -0700
  • e71783235e catch up to master Igor Vaynberg 2012-03-26 23:53:42 -0700
  • 2dc46c4bfa move the [x] icon back to the right in single selection mode. issue #3 Igor Vaynberg 2012-03-26 23:52:31 -0700
  • b18b9aecd8 support removing elements that have non-numeric ids Igor Vaynberg 2012-03-26 23:45:08 -0700
  • 803da6fcdc catching up the website to tweaks in master Igor Vaynberg 2012-03-26 14:26:43 -0700
  • 339c7a850e moving [x] button to the left so its easier to remove multiple sequential selections. closes #3 Igor Vaynberg 2012-03-26 14:24:30 -0700
  • 1afffb09dc improved blur tracking. closes #2 Igor Vaynberg 2012-03-26 14:08:06 -0700
  • 287e765d3f clarification for remote dataset docs Igor Vaynberg 2012-03-25 23:44:31 -0700
  • ead7dda66b added changelog Igor Vaynberg 2012-03-25 23:43:00 -0700
  • a662026197 added fork me on github ribbon Igor Vaynberg 2012-03-25 23:30:54 -0700
  • 56eb0ae10c updated for changes in master Igor Vaynberg 2012-03-25 23:19:41 -0700
  • f6eb1edbce change paging of remote data to be 1-based instead of 0-based Igor Vaynberg 2012-03-25 22:10:10 -0700
  • ad6ebdeea3 moving resources into a versioned dir Igor Vaynberg 2012-03-25 21:09:25 -0700
  • 2f817ce566 added git ignore Igor Vaynberg 2012-03-25 21:06:48 -0700
  • b5c4817149 initial support for multiselect mode, issue #1 Igor Vaynberg 2012-03-14 17:09:46 -0700
  • 8a2d77bac3 added google analytics Igor Vaynberg 2012-03-04 11:23:49 -0800
  • 6e8b08c06b initial site Igor Vaynberg 2012-03-04 11:18:37 -0800
  • 76ab4613e3 Created gh-pages branch via GitHub Igor Vaynberg 2012-03-04 11:04:06 -0800
  • 91b03ca43b fixed readme 1.0.0 Igor Vaynberg 2012-03-04 10:59:28 -0800
  • 53e214d32f initial checkin Igor Vaynberg 2012-03-04 10:58:26 -0800