-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Damir Sultanov
committed
Dec 19, 2013
1 parent
c561fd9
commit 5590427
Showing
8 changed files
with
116 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
examples.png | ||
_index.html | ||
custom.styl | ||
custom.js | ||
.htaccess | ||
.git/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
### Version 1.0 - December 18, 2013 | ||
### Version 1.0.1 - December 19, 2013 | ||
|
||
* Added Bower support | ||
* Added to jQuery plugin registry | ||
* Added to CDNJS | ||
|
||
### Version 1.0.0 - December 18, 2013 | ||
|
||
* Added ARIA attributes support (for VoiceOver and others) @myfreeweb | ||
* Added Amazon Kindle support @skinofstars | ||
* Fixed clickable links inside labels @LeGaS | ||
* Fixed lines separation between labels and inputs | ||
* Merged two versions of the plugin (jQuery and Zepto) into one | ||
* Fixed demo links | ||
* Fixed callbacks @PepijnSenders | ||
* Fixed callbacks @PepijnSenders |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"name": "icheck", | ||
"version": "1.0.1", | ||
"description": "Highly customizable checkboxes and radio buttons (jQuery & Zepto)", | ||
"keywords": [ | ||
"icheck", | ||
"checkbox", | ||
"radio", | ||
"input", | ||
"field", | ||
"form", | ||
"custom", | ||
"replacement", | ||
"accessibility", | ||
"skins", | ||
"ui", | ||
"checked", | ||
"disabled", | ||
"indeterminate" | ||
], | ||
"main": [ | ||
"./icheck.min.js" | ||
], | ||
"dependencies": { | ||
"jquery": ">=1.7" | ||
}, | ||
"ignore": [ | ||
".gitignore", | ||
"CHANGELOG.md", | ||
"README.md", | ||
"demo/" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Damir Sultanov", | ||
"email": "[email protected]", | ||
"homepage": "http://fronteed.com/" | ||
} | ||
], | ||
"homepage": "http://fronteed.com/iCheck/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"name": "icheck", | ||
"version": "1.0.1", | ||
"title": "iCheck", | ||
"author": { | ||
"name": "Damir Sultanov", | ||
"email": "[email protected]", | ||
"homepage": "http://fronteed.com/" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://en.wikipedia.org/wiki/MIT_License" | ||
} | ||
], | ||
"dependencies": { | ||
"jquery": ">=1.7" | ||
}, | ||
"description": "Highly customizable checkboxes and radio buttons (jQuery and Zepto). Features: identical inputs across different browsers and devices (both desktop and mobile), touch devices support (iOS, Android, BlackBerry, Windows Phone, Amazon Kindle), keyboard accessible inputs (Tab, Spacebar, Arrow up/down and other shortcuts), screenreader accessible inputs — (ARIA attributes for VoiceOver and others), customization freedom (use any HTML and CSS to style inputs or try 6 Retina-ready skins), lightweight size (1 kb gzipped). Provides 32 options to customize checkboxes and radio buttons, 11 callbacks to handle changes, 9 methods to make changes programmatically. Saves changes to original inputs, works carefully with any selectors.", | ||
"keywords": [ | ||
"checkbox", | ||
"radio", | ||
"input", | ||
"field", | ||
"form", | ||
"desktop", | ||
"mobile", | ||
"custom", | ||
"replacement", | ||
"accessibility", | ||
"skins", | ||
"ui", | ||
"checked", | ||
"disabled", | ||
"indeterminate", | ||
"css3", | ||
"html5", | ||
"tiny", | ||
"lightweight", | ||
"jquery", | ||
"zepto" | ||
], | ||
"homepage": "http://fronteed.com/iCheck/", | ||
"docs": "https://github.com/fronteed/iCheck", | ||
"demo": "http://fronteed.com/iCheck/", | ||
"download": "http://fronteed.com/iCheck/", | ||
"bugs": "https://github.com/fronteed/iCheck/issues/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.