I wan to add #divId to the url in kaminari pagination links so that i can navigate to specific portion of the page. How can I achieve that? Thanks in Advance

有帮助吗?

解决方案

Try this:

<%= paginate @something, :params => { :anchor => 'divId' } %>
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top