rmariuzzo / checkboxes.js

☑️ A jQuery plugin that gives you nice powers over your checkboxes.
http://rmariuzzo.github.io/checkboxes.js
MIT License
134 stars 25 forks source link

Check all should not check invisible checkboxes #17

Closed ftrotter closed 8 years ago

ftrotter commented 9 years ago

If I have other code that is hiding checkboxes from view, I dont want them checked when I do "check all".

I am using tablesorter jquery plugin to filter a massive table, then I want to say "yes check all of these that I can see" and know that only the results of my filter have been checked...

Of course, if this is not the default behavior.. then it would be nice to be able to at least configure this...

-FT

rmariuzzo commented 9 years ago

I agree, I will add an option for this. On Jun 12, 2015 11:10 AM, "Fred Trotter" notifications@github.com wrote:

If I have other code that is hiding checkboxes from view, I dont want them checked when I do "check all".

I am using tablesorter jquery plugin to filter a massive table, then I want to say "yes check all of these that I can see" and know that only the results of my filter have been checked...

Of course, if this is not the default behavior.. then it would be nice to be able to at least configure this...

-FT

— Reply to this email directly or view it on GitHub https://github.com/rmariuzzo/checkboxes.js/issues/17.

forsbergplustwo commented 9 years ago

+1 This would make an already awesome library even better :)

rmariuzzo commented 9 years ago

I will work on this.

rmariuzzo commented 8 years ago

Fixed and released: https://github.com/rmariuzzo/checkboxes.js/releases/tag/v1.0.7

Sorry for the long wait...