-
Notifications
You must be signed in to change notification settings - Fork 25
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
Showing
16 changed files
with
424 additions
and
340 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
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,32 +1,32 @@ | ||
{ | ||
"name": "checkboxes.js", | ||
"version": "1.0.5", | ||
"homepage": "http://rmariuzzo.github.io/checkboxes.js/", | ||
"authors": [ | ||
"Rubens Mariuzzo <[email protected]>" | ||
], | ||
"description": "A jQuery plugin that give you nice powers over your checkboxes.", | ||
"main": "src/jquery.checkboxes.js", | ||
"keywords": [ | ||
"checkbox", | ||
"checkboxes", | ||
"jquery", | ||
"plugin", | ||
"check", | ||
"uncheck", | ||
"range", | ||
"selection" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"devDependencies": { | ||
"jquery": "~2.1.1", | ||
"jasmine-jquery": "~2.0.3" | ||
} | ||
"name": "checkboxes.js", | ||
"version": "1.0.5", | ||
"homepage": "http://rmariuzzo.github.io/checkboxes.js/", | ||
"authors": [ | ||
"Rubens Mariuzzo <[email protected]>" | ||
], | ||
"description": "A jQuery plugin that give you nice powers over your checkboxes.", | ||
"main": "src/jquery.checkboxes.js", | ||
"keywords": [ | ||
"checkbox", | ||
"checkboxes", | ||
"jquery", | ||
"plugin", | ||
"check", | ||
"uncheck", | ||
"range", | ||
"selection" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"devDependencies": { | ||
"jquery": "~2.1.1", | ||
"jasmine-jquery": "~2.0.3" | ||
} | ||
} |
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,38 +1,38 @@ | ||
{ | ||
"name": "checkboxes.js", | ||
"version": "1.0.6", | ||
"description": "A jQuery plugin that gives you nice powers over your checkboxes.", | ||
"keywords": [ | ||
"checkbox", | ||
"checkboxes", | ||
"range", | ||
"jquery", | ||
"plugin" | ||
], | ||
"homepage": "https://github.com/rmariuzzo/checkboxes.js", | ||
"bugs": "https://github.com/rmariuzzo/checkboxes.js/issues", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Rubens Mariuzzo", | ||
"email": "[email protected]", | ||
"url": "https://github.com/rmariuzzo" | ||
}, | ||
"contributors": [], | ||
"main": "dist/jquery.checkboxes-1.0.6.min.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rmariuzzo/checkboxes.js.git" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-jasmine": "~0.6.5", | ||
"grunt-contrib-jshint": "~0.10.0", | ||
"grunt-contrib-uglify": "~0.2.2", | ||
"grunt-contrib-watch": "~0.6.1", | ||
"load-grunt-tasks": "~0.4.0" | ||
}, | ||
"scripts": { | ||
"test": "grunt travis --verbose" | ||
} | ||
"name": "checkboxes.js", | ||
"version": "1.0.6", | ||
"description": "A jQuery plugin that gives you nice powers over your checkboxes.", | ||
"keywords": [ | ||
"checkbox", | ||
"checkboxes", | ||
"range", | ||
"jquery", | ||
"plugin" | ||
], | ||
"homepage": "https://github.com/rmariuzzo/checkboxes.js", | ||
"bugs": "https://github.com/rmariuzzo/checkboxes.js/issues", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Rubens Mariuzzo", | ||
"email": "[email protected]", | ||
"url": "https://github.com/rmariuzzo" | ||
}, | ||
"contributors": [], | ||
"main": "dist/jquery.checkboxes-1.0.6.min.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rmariuzzo/checkboxes.js.git" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-jasmine": "~0.6.5", | ||
"grunt-contrib-jshint": "~0.10.0", | ||
"grunt-contrib-uglify": "~0.2.2", | ||
"grunt-contrib-watch": "~0.6.1", | ||
"load-grunt-tasks": "~0.4.0" | ||
}, | ||
"scripts": { | ||
"test": "grunt travis --verbose" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -22,6 +22,7 @@ | |
"spyOn": true, | ||
"jasmine": true, | ||
"$": true, | ||
"loadFixtures": true | ||
"loadFixtures": true, | ||
"setupContext": true, | ||
} | ||
} |
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,38 +1,43 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title></title> | ||
</head> | ||
|
||
<body> | ||
<input type="checkbox" id="1" checked> | ||
<label for="1">Row #1</label> | ||
<br> | ||
<input type="checkbox" id="2" checked> | ||
<label for="2">Row #2</label> | ||
<br> | ||
<input type="checkbox" id="3" checked> | ||
<label for="3">Row #3</label> | ||
<br> | ||
<input type="checkbox" id="4" checked> | ||
<label for="4">Row #4</label> | ||
<br> | ||
<input type="checkbox" id="5" checked> | ||
<label for="5">Row #5</label> | ||
<br> | ||
<input type="checkbox" id="6" checked> | ||
<label for="6">Row #6</label> | ||
<br> | ||
<input type="checkbox" id="7" checked disabled="disabled"> | ||
<label for="7">Row #7</label> | ||
<br> | ||
<input type="checkbox" id="8" checked> | ||
<label for="8">Row #8</label> | ||
<br> | ||
<input type="checkbox" id="9" checked> | ||
<label for="9">Row #9</label> | ||
<br> | ||
<input type="checkbox" id="10" checked> | ||
<label for="10">Row #10</label> | ||
<div id="context"> | ||
<input type="checkbox" id="1" checked> | ||
<label for="1">Row #1</label> | ||
<br> | ||
<input type="checkbox" id="2" checked> | ||
<label for="2">Row #2</label> | ||
<br> | ||
<input type="checkbox" id="3" checked> | ||
<label for="3">Row #3</label> | ||
<br> | ||
<input type="checkbox" id="4" checked> | ||
<label for="4">Row #4</label> | ||
<br> | ||
<input type="checkbox" id="5" checked style="display:none"> | ||
<label for="5">Row #5</label> | ||
<br> | ||
<input type="checkbox" id="6" checked> | ||
<label for="6">Row #6</label> | ||
<br> | ||
<input type="checkbox" id="7" checked disabled="disabled"> | ||
<label for="7">Row #7</label> | ||
<br> | ||
<input type="checkbox" id="8" checked> | ||
<label for="8">Row #8</label> | ||
<br> | ||
<input type="checkbox" id="9" checked> | ||
<label for="9">Row #9</label> | ||
<br> | ||
<input type="checkbox" id="10" checked> | ||
<label for="10">Row #10</label> | ||
</div> | ||
</body> | ||
</html> | ||
|
||
</html> |
Oops, something went wrong.