You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Highly customizable checkboxes and radio buttons for jQuery and Zepto.
3
3
4
4
Refer to the [iCheck website](http://fronteed.com/iCheck/) for examples.
@@ -366,6 +366,12 @@ Mobile browsers (like Opera mini, Chrome mobile, Safari mobile, Android browser,
366
366
Changelog
367
367
---------------
368
368
369
+
## October 10, 2020
370
+
371
+
* iOS 13 support @markusbroman
372
+
* Reformatted changelog @lasseeee
373
+
* Fire change event when toggled @rafatmyo
374
+
369
375
### March 03, 2014
370
376
371
377
* Better HiDPI screens support @ddctd143
@@ -385,12 +391,12 @@ Changelog
385
391
* Ability to switch off some of the callbacks when you don't need them (global or per input)
386
392
* Inline styles dropped - iCheck won't add any inline styles to the elements until it's highly needed (`cursor` or `area` option)
387
393
* Fast click support - removes a 300ms click delay on mobile devices without any dependencies (iCheck compatible with the `fastclick` plugin), see the `tap` option
388
-
* Ability to ignore customization for the selected inputs using `init` option (if set to `false`)
394
+
* Ability to ignore customization for the selected inputs using `init` option (if set to `false`)
389
395
* Optimized event bindings - iCheck binds only a few global events for the all inputs (doesn't increase on elements addition), instead of a couple for the each customized element
390
-
* Doesn't store tons of arbitrary data (event in jQuery or Zepto cache), defines customized elements by specific classnames
396
+
* Doesn't store tons of arbitrary data (event in jQuery or Zepto cache), defines customized elements by specific classnames
391
397
* Extra `ins` tag is dropped (less DOM modifications), iCheck wraps each input with a single `div` and doesn't use any extra markup for the any option
392
-
* Optimized reflows and repaints on init and state changes
393
-
* Better options handling - iCheck will never run a single line of JS to process an options that are off or empty
398
+
* Optimized reflows and repaints on init and state changes
399
+
* Better options handling - iCheck will never run a single line of JS to process an options that are off or empty
394
400
* Ability to auto customize the ajax loaded inputs without using any extra code (`autoAjax` option, on by default)
395
401
* Auto inits on domready using the specified selector (`autoInit` option) - searches for `.icheck` by default. Classnames can be changed using the `window.classes` object
396
402
* Memory usage optimization - uses only a few amount of memory (works well on low-memory devices)
0 commit comments