icheck icon indicating copy to clipboard operation
icheck copied to clipboard

Performance is not good

Open smallyard opened this issue 8 years ago • 1 comments

I have 3000 checkbox, the browser crashed.

$("input").iCheck();
// ...
$("input").iCheck("disable");

smallyard avatar Jul 04 '16 10:07 smallyard

I've also seen pageload times suffer greatly with larger numbers of inputs (hundreds+). Bogs the browser way down (or crashes as you say).

Has anyone been able to get v2.0 to work instead and does it scale well for these large pages (with hundreds+ of inputs)?

iamsolarplexus avatar Feb 23 '17 23:02 iamsolarplexus