wesnolte / Pajinate

A jQuery Pagination Plugin
http://th3silverlining.com/2010/04/15/pajination-a-jquery-pagination-plugin/
MIT License
207 stars 97 forks source link

not work on multiple instance and class selector #9

Closed mkdgs closed 13 years ago

mkdgs commented 13 years ago

pajinate not work on multiple instance when a class selector is used instead of an id (pagination work only with the last container element)

i had solved this problem for my use, take a look: https://github.com/m-d/Pajinate/blob/master/jquery.pajinate.js

wesnolte commented 13 years ago

Hi, it was never meant to work with class selectors although I don't mind the code being changed to work with ids and classes. You're change unfortunately doesn't do both safely.