- Prevent text selection on double click
- Fix switch click state when inside label
- Corresponding label with
for
attribute of the native input, to change switch state as well - Do not copy input's
id
andname
attributes to switch
- Set secondary color to be background color on switch off state
- Fix box-sizing when using Bootstrap 3
- Detect native checkbox state change
- Enable event bubbles
- Fix jack position when switch is hidden
- Removes the internal validation for loaded switches and lets people do it on their own
- Sets a data attribute to handle multiple calls for a checkbox
- Resolve property method issues in IE
- Disable label checkbox change event
- Check if element is null
- Fix Event errors in IE8
- Use ftlabs/fastclick for mobile browser optimization
- Generate new standalone file
- Refactor code
- Use event constructors to create onchange and click events
- Updated standalone to dist in bower.json
- Required files
- Add development info
- Proper checkbox value with onchange event
- Merge ni-c:master
- Refactor onchange
- Merge pull request from tenbits:patch-1
- Leave first line empty
- Undefined option's property
- Update Readme
- Update standalone
- Changelog
- Standalone -> dist, update Readme, add changelog
- Standalone -> dist, update Readme, add changelog
- Merge pull request from vesln:min
- Add minified versions
- Minify CSS & JS
- Fix the standalone build & improve Makefile
- Ignore node_modules
- Add package.json
- Disabled opacity option
- Disabled opacity option
- Insert switch after target element
- Require Transitionize