문제

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