Closed foobear closed 10 years ago
When the ellipsis is contained inside a link that points to #, clicking it scrolls to the beginning of the page which confuses users. ;)
#
This makes it use a span instead.
span
Also adds tests for disabled prev/next buttons at first/last page.
Thanks - I've merged this and released version 1.0.1 which includes your change.
Great, thanks. :)
When the ellipsis is contained inside a link that points to
#
, clicking it scrolls to the beginning of the page which confuses users. ;)This makes it use a
span
instead.Also adds tests for disabled prev/next buttons at first/last page.