jquery jumps to top on click event, return false or prevenDefault doesn't work
- by Sebsemillia
Hi,
I have written a simple jquery script for a content slider. My problem is that the screen always jumps to the top position of the parent div when sliding the content. I've tried return false and preventDefault to cope with this effect, but the two just make the script not work anymore, nothing happens when I click the links..
So here is the…