0

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?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437

1 Answers1

1

The plugin jQuery.scrollTo is what you want :

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

Obzi
  • 2,384
  • 1
  • 9
  • 22