< a href links not working on iPad
Author: Great2BNateCreated Aug 23, 2018Updated Dec 16, 2019
Links inside the main section on iPad are not clickable without this function. . .
$(document).ready(function() { $("a").on("click touchend", function(e) { var el = $(this); var link = el.attr("href"); window.location = link; }); });
Source: peachananr/onepage-scroll