1rosehip / jplist

jPList jQuery Data Grid Controls is a flexible jQuery plugin for sorting, pagination and filtering of any HTML structure (DIVs, UL/LI, tables, etc).
http://jplist.com
Other
436 stars 177 forks source link

Loop all pages values?! #275

Open scascalesageinfoes opened 7 years ago

scascalesageinfoes commented 7 years ago

Hello

I have checkbox inputs in every page and i can select it

When i get the value of it with: $('.container .checkboxItem').each(function () { if ($(this).prop('checked')) {

Only each the actual page of jplist! Any knows the solution to loop all?

Thanks

1rosehip commented 7 years ago

Hello, I'm not sure I understand your issue. Please follow guidelines for reporting issues as described here: https://github.com/1rosehip/jplist/wiki/Reporting-issues

scascalesageinfoes commented 7 years ago

Hello. Very simple... step by step:

The problem: In jquery each I only have the second input chekbox because I see the second page of jplist only... where is the first I checked in first page? I want that each capture ALL controls in jplist

Thanks

1rosehip commented 7 years ago

The checkbox controls are not related to the specific page number. They works with the whole list of items. Please create a reproducible test case in jsFiddle, jsBin, or Codepen so I could help you.