There is such a construction:

<div class="col-12 col-sm-4"> <div class="home-hover navigation-slide"> <a href="/files/111.pdf"> <img src="images/PDF.png" style="width:20%"> </a> </div> <a href="/files/111.pdf"> <span style="color:white;">DOWNLOAD PDF</span> </a> </div> 

But none of the links work when clicked. If you right-click and select to open in a new tab, then the necessary file opens, what's the problem?

  • When clicking on a link in the browser console, an error occurs: Uncaught TypeError: Cannot read property 'top' of undefined at goToByScroll (script.js:187) at HTMLDivElement.<anonymous> (script.js:206) at HTMLDivElement.dispatch (jquery-1.10.2.min.js:5) at HTMLDivElement.v.handle (jquery-1.10.2.min.js:5) - Midnight
  • one
    So the error is connected with the script, but not with html. - CbIPoK2513
  • Show the code, how to understand by several lines - ʞɔᴉN ɹǝꓥ

0