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

show_paginate_if_one not working? #51

Open michelcmorel opened 9 years ago

michelcmorel commented 9 years ago

Hi There, Just wondering if I am using your awesome pajinate correctly, please advise:

I have 5 images displaying and pajinate is set to have 8 items per pagers. I tried to set show_paginate_if_one to false, but the pagers are still showing. My code is: $('#thumbs').pajinate({ items_per_page : 8 , show_paginate_if_one: false });

Thank you, Michel

drachpy commented 8 years ago

You can use 'abort_on_small_lists: true' instead of show_paginate_if_one.