Atulesh Chandra Karna
Atulesh Chandra Karna

Reputation: 57

Can I scroll to page section without using hash(#) method?

I have been using '#' in 'href' with distinct div ids that are to be scrolled to.

But I came across a problem where I can't use # in my URL. Are there any other approaches to solve it?

Upvotes: 0

Views: 83

Answers (1)

Obzi
Obzi

Reputation: 2390

The plugin jQuery.scrollTo is what you want :

https://github.com/flesler/jquery.scrollTo

Upvotes: 1

Related Questions