I have a simple question. I have a slide rolling in the site and his arrows are:
<li><a class="flex-next" href="#">next</a></li>
<li><a class="flex-back" href="#">back</a></li>
I need to add via JavaScript a class and a link so that when clicked pass the image and scroll to the top of the slide, thus:
<li><a class="flex-next js-smooth-scroll" href="#topo">next</a></li>
<li><a class="flex-back js-smooth-scroll" href="#topo">back</a></li>
I need to add the js-smooth-scroll
class and the #topo
link via JavaScript.