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
Patrick Filler
bd6f89df99
Use the jQuery way of spelling plugin. Fix typo.
2011-07-25 13:17:20 -04:00
brennanmceachran
5aa5c79d77
I'm not a microsoft fan, but we might as well let the ie users have some fun.
2011-07-25 06:28:05 -07:00
pfiller
34fd0f6538
Merge branch 'master' of github.com:harvesthq/chosen
2011-07-24 17:45:38 -04:00
pfiller
83f56d5a9a
Fix more references to Province of China
2011-07-24 17:45:20 -04:00
Patrick Filler
ed04221101
Fix more references to Province of China
2011-07-24 17:44:00 -04:00
Patrick Filler
7dfef45290
Merge pull request #61 from LCamel/master
...
About Taiwan in the "Choose a Country" example
Closes Gh-60
2011-07-24 14:39:09 -07:00
LCamel (Luoh Ren-Shan)
22873b5a4b
Taiwan, Republic of China
2011-07-24 22:52:37 +08:00
Chris Lee
110466a38f
Ctrl/command-click to select without closing list. Related to #23
2011-07-22 17:27:08 -07:00
mlharvest
bddd1e4fb4
Merge pull request #28 from danillonunes/master
...
Opera CSS gradients
2011-07-22 09:19:01 -07:00
Patrick Filler
b3da848e60
Add South Sudan and spit Serbia and Montenegro in all examples.
2011-07-22 12:14:47 -04:00
Patrick Filler
4c6b5004f1
Merge pull request #32 from dchest/patch-1
...
Independence day.
2011-07-22 09:09:40 -07:00
Patrick Filler
d8cc2f97ef
Merge pull request #37 from adamnbowen/master
...
Trivial: removing some eol characters like spaces and semicolons
2011-07-22 09:08:16 -07:00
Adam Bowen
446f9367e9
removed some superfluous eol characters: " " and ";"
2011-07-22 10:02:07 -04:00
Dmitry Chestnykh
6ec8c6fb5d
example: split Serbia and Montenegro, add South Sudan. Viva la independencia!
2011-07-22 05:35:24 -07:00
Danillo Nunes
9222590a25
Add gradient support for Opera 11.10+
2011-07-21 15:19:54 -03:00
Patrick Filler
d42eb81f6a
Merge pull request #26 from aziz/master
...
'javascript:void(0)' is safer
2011-07-21 08:53:28 -07:00
Patrick Filler
067e6b98cf
Add update / change support details in example files.
...
Closes Gh-23
2011-07-21 11:42:40 -04:00
Allen Bargi
b1a0c7857f
replaced href='#' with href='javascript:void(0)' which does not cause a jump on click
2011-07-21 16:55:39 +02:00
Patrick Filler
569baecf26
Merge branch 'master' of github.com:harvesthq/chosen
2011-07-21 10:29:16 -04:00
Patrick Filler
88f350d992
More doc updates.
2011-07-21 10:28:26 -04:00
Patrick Filler
76a5936bfc
Merge pull request #25 from aziz/master
...
just a typo
2011-07-21 07:16:29 -07:00
Allen Bargi
c2af84b5a9
fixed a border radius type
2011-07-21 07:11:38 -07:00
Patrick Filler
380c2281ec
Update the readme summore
2011-07-20 18:06:36 -04:00
Patrick Filler
5ac72e2b4e
Updating minified versions with all latest bug fixes.
2011-07-20 12:44:35 -04:00
Patrick Filler
db9fd24889
In standard dropdowns, you can hit Escape (on your keyboard) to cancel form entry and close the dropdown.
...
Gh-16
2011-07-20 12:38:34 -04:00
Patrick Filler
e9d0363e96
Update readme doc with version support
2011-07-20 12:07:53 -04:00
Patrick Filler
f3d216a4c5
Update readme
2011-07-20 12:04:40 -04:00