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

Showing initial ellipses (...) with tables #45

Open rickydeez opened 11 years ago

rickydeez commented 11 years ago

I'm using tables to paginate and when loading it will initially show the first ellipse before page one:

« Prev ... 1 2 3 ... Next »

It only happens on the initial load. If I click [1] or Next, the ellipse is remove.

keithl8041 commented 11 years ago

Did you ever get this fixed? I am having the same issue - but am using divs inside the container rather than a table.

claudchan commented 11 years ago

I am having the same issue too. Do share if have fixed please...

claudchan commented 11 years ago

At the moment, I found a fix. Hide the ellipse using jquery hide(). when document ready function. Example: $('.mypajinate .ellipse').hide();

Hope this helps.

vijaykalidindi commented 10 years ago

Same issue, has anyone found the fix (in the code, i mean)