You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to make a recommendation that the default link_to be 'javascript:void(0)' rather than '#'. There are two reasons for this:
'#' actually causes the page to scroll
If you're using jQuery pagination with a URL fragment writer like jQuery BBQ then it overwrites the fragment with just '#', which can be difficult to debug to understand why that is happening.
If you decide not to do this (which I understand), then I'd recommend adding a note in the docs for users to set it to 'javascript:void(0)' when doing URL fragment rewriting.
Anyway, thanks for an amazing pagingator! Oh, and per your request at the bottom of the docs, I'll be using jQuery pagination on sirishouldsay.com and probably eventually on thegamecrafter.com.
The text was updated successfully, but these errors were encountered:
I'd like to make a recommendation that the default link_to be 'javascript:void(0)' rather than '#'. There are two reasons for this:
'#' actually causes the page to scroll
If you're using jQuery pagination with a URL fragment writer like jQuery BBQ then it overwrites the fragment with just '#', which can be difficult to debug to understand why that is happening.
If you decide not to do this (which I understand), then I'd recommend adding a note in the docs for users to set it to 'javascript:void(0)' when doing URL fragment rewriting.
Anyway, thanks for an amazing pagingator! Oh, and per your request at the bottom of the docs, I'll be using jQuery pagination on sirishouldsay.com and probably eventually on thegamecrafter.com.
The text was updated successfully, but these errors were encountered: