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

pajinate ellipses issue with start_page #33

Open dukechandu opened 12 years ago

dukechandu commented 12 years ago

$('#paging_container').pajinate({ start_page :4 num_page_links_to_display : 3, items_per_page : 5, total_records:100; });

i am using this code , when i mentioned start_page : 4 , page navigation is not showing 4th page with ellipses, as i mentioned num_page_links_to_display : 3 its just displaying 1,2,3.... but mine start_page is 4 , the excepted result should be ...2,3,4.... or may be similar like this.

could you please help me to slove this issue.

Ryouku commented 12 years ago

So, how things are going? No patch for this?