e.preventdefault(); not working

I’m having real trouble getting e.preventDefault(); to work. Here is my code Could someone explain what I’m doing wrong, I can see the load function work but then the page redirects to the clicked link which I need to prevent. I have also tried moving e.preventDefault(); to the top of the function, to no avail.e.preventdefault(); … Read more