Closed pavelthq closed 9 years ago
Need to check multiple paginators. @AngeIII , see Synchronized pagination elements example at gh-pages branch
Work fine on gh-pages without first()
after debugging, I confirmed that without first() onPageClick callback called for all synchronized paginations multiple times.
So first() is needed only to execute once onPageClick action.
currently in js I see:
which possibly can simply changed to:
@esimakin , maybe you know what is a purpose for first() and maybe it is not needed?
as we know $element always should be a single, so first() doesnt make sense?