Commit Graph

187 Commits (abstract-chosen)

Author SHA1 Message Date
Patrick Filler d6137ad5be Merge branch 'master' of https://github.com/cleercode/chosen into cleercode-master 2011-08-08 11:16:12 -04:00
Patrick Filler 12a7a11720 Fix Typo in example 2011-08-05 15:16:57 -04:00
Tim Chen f9674e7db2 Make options an optional parameter 2011-08-04 09:18:40 -05:00
Patrick Filler b7a531f211 Merge pull request #141 from aziz/master
closes #139 and #140
2011-08-03 09:00:40 -07:00
Allen Bargi 8b223ec328 closes #139 and #140 2011-08-03 07:32:14 +02:00
Tim Chen 90ca300921 remove unused data constructor variable, make use of options 2011-08-02 15:16:14 -05:00
Patrick Filler 0812bc3d64 Highlight selected option in a single select on initial load.
Closes Gh-103
2011-08-01 16:14:13 -04:00
Patrick Filler c41e05e824 Version Number increment due to autocomplete/off on input fields. 2011-08-01 15:22:30 -04:00
Allen Bargi 84452143ff added autocomplete='off' to input fields. closes #127 2011-08-01 19:42:36 +02:00
Matthew Beale 7b641d2c17 Don't update VERSION, please. 2011-07-31 22:54:53 +03:00
Patrick Filler 776006b503 Upated readme file with build info. 2011-07-31 14:05:56 -04:00
Patrick Filler dd04343481 Merge pull request #108 from harvesthq/build_system
Build system
2011-07-31 10:34:41 -07:00
Patrick Filler 387177aec3 Update title / copyright details. 2011-07-31 13:24:28 -04:00
Patrick Filler 75b7546420 Move the location of select parser and update the build file. Move it below the Chosen JS in output. 2011-07-31 13:14:54 -04:00
Patrick Filler a8ae212634 Merge branch 'master' into build_system 2011-07-31 12:28:08 -04:00
Patrick Filler e10951b7a4 Fix issue caused by select IDs containing colons. 2011-07-31 12:08:34 -04:00
Patrick Filler 055f43b026 Merge pull request #122 from aziz/master
Right to left support + cleaner CSS
2011-07-31 08:12:40 -07:00
Allen Bargi 6ddac1217e hiding the select to avoid sudden changes on the page and making sure we do not cause any vertical jump 2011-07-31 13:43:17 +02:00
Allen Bargi ed1f354854 added right to left documentations 2011-07-31 13:30:46 +02:00
Allen Bargi bd5daff469 rtl support for prototype based chosen 2011-07-31 13:12:29 +02:00
Allen Bargi f5ac459d7c * dded right to left support
* cleaned up css file and removed a bunch of unused and redundant rule sets (even less warning with csslint)
* also closes #118 using display inline-block
Please enter the commit message for your changes. Lines starting
2011-07-31 12:46:01 +02:00
Patrick Filler cd3a70e551 Updating docs to show blank option requirement in single selects. 2011-07-29 11:30:47 -04:00
Patrick Filler 1e9ec6e936 Took the wrong changes when fixing merge conflicts. Try again! 2011-07-29 11:23:57 -04:00
Patrick Filler fc5965ec70 Merge branch 'master' into aziz-master
Conflicts:
	chosen/chosen.css
2011-07-29 11:20:26 -04:00
Matthew Beale eb30cd3b33 Merge branch 'version_system' into build_system 2011-07-29 13:59:20 +02:00
Matthew Beale 62e2c75aa0 Add a release task to cake 2011-07-29 13:57:36 +02:00
Matthew Beale 9e1e84f421 Add a version file and header to generated javascripts 2011-07-29 12:25:31 +02:00
Matthew Beale b793dd3a61 Use root for globals, not this 2011-07-29 10:49:25 +02:00
Matthew Beale 6f0f0bd4c3 Use npm modules for the build chain so we can concat multiple files for dependencies. Break SelectParser into it's own file. Commit updates to the actual Javascripts to reflect the new builds. 2011-07-29 10:42:34 +02:00
Matthew Beale f444fb9e38 Add a `cake watch` task 2011-07-29 09:36:22 +02:00
Matthew Beale 761d2040f5 Add cake for build. Run . Requires a coffee executable and uglifyjs executable 2011-07-29 09:26:12 +02:00
Matthew Beale 3f29e01972 Add a semicolon, fixes #105 2011-07-29 09:26:10 +03:00
Allen Bargi 0bd9115580 - smaller sprite and crunched the new png file
- better looking search icon
- fixed the position of search icon, using 97% the icon is not gonna be fixed position (vary depending on width), now it's 100% but the icon has fixed spacing from the sprite border
- fixed the padding of search input so that text does not go over the search icon
2011-07-29 00:06:21 +02:00
Allen Bargi 2a8bd04b93 using data-placeholder instead of title attribute 2011-07-28 22:33:24 +02:00
Patrick Filler f5e508d862 Merge pull request #83 from aziz/master
closes issue #80: removed unnecessary z-index declarations in chosen.css file
2011-07-28 09:08:20 -07:00
Patrick Filler cbd29bf0d8 Merge pull request #89 from harvesthq/use_innerhtml_for_proper_escaping
Use innerhtml instead of text for definitive text
2011-07-28 08:44:34 -07:00
Patrick Filler d1c139fb6c Update minified version with XSS protection. 2011-07-28 11:43:40 -04:00
Patrick Filler ca4b89e914 Remove the "Hacked" example. 2011-07-28 11:41:31 -04:00
Matthew Beale aed8ba82bd Update jQuery version for escaping 2011-07-27 12:24:30 -04:00
Matthew Beale 2013c524ca Should have been escape, no unescape 2011-07-27 12:11:24 -04:00
Matthew Beale b23391b66d Search using escaped html, show that when no results are found 2011-07-27 12:09:41 -04:00
Matthew Beale 6f1d74de8a Use innerhtml instead of text for definitive text 2011-07-27 10:42:03 -04:00
Allen Bargi b712f6bf24 closes issue #80: removed unnecessary z-index declarations in chosen.css file 2011-07-27 11:08:24 +02:00
pfiller cabd7eb618 Use safer variable names and update minified version. 2011-07-26 15:17:40 -04:00
pfiller d399196f52 Fix issue with dotted ids.
Closes Gh-54
2011-07-26 15:10:16 -04:00
pfiller 2f95023612 If no id is present, generate a random. 2011-07-26 15:03:13 -04:00
pfiller 49c7d2e0f6 Replace a reference to @container.id with @container_id 2011-07-26 14:27:44 -04:00
pfiller f89783e6f9 Update prototype example page (No ids!) 2011-07-26 14:25:21 -04:00
pfiller 2e7348d412 Prototype version no longer requires ID 2011-07-26 14:22:51 -04:00
Patrick Filler 74bef32be4 Merge pull request #64 from brennanmceachran/patch-1
IE -ms prefix for css gradients and "filter" for older ie versions
2011-07-26 08:42:27 -07:00