Scroll link - change anchors through the sections

Hello!

I have a hard time to find a way to make my scrolling arrow to have different link thought the sections and to make it to disappear when reach the bottom of the website. Can you give me some tips how to fix this issue.

Link: https://preview.webflow.com/preview/portfolio-2a216d?preview=10fc4bab462061e3fcc59e5e483bbf05

Thanks,
Lora


Here is my public share link: LINK
(how to access public share link)

You must add your own JS code. Also you need minimal JS knowledge for this task.

How to:

Jquery:

2 examples:

Thanks a lot for the information! I will try it.

Hi I have tried the customize code but seams that after the export there is a error says: the jQuery is not defined.

Have you even experience smth similar?

Link: http://portfolio-2a216d.webflow.io/
Webflow link: https://preview.webflow.com/preview/portfolio-2a216d?preview=438137cd830decee37f53b448c6a182a

screenshot link: Dropbox - File Deleted

HI. This is very common error. First dollar sign($) or Jquery() is the same (the dollar is shortcut)

jQuery() — which can also be written as $() — searches through the DOM for any elements that match the provided selector and creates a new jQuery object that references these elements (jQuery docs)

You want to use Jquery before you call to this library!! so the $ …the “jquery” is not defined

How to solve this:
One way is to put the code “before body tag” (not in the head).

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.