How can I create an empty HTML anchor so the page doesn’t “jump up” when I click it? March 25, 2023 by Tarik Put a “return false;” on the second option: <a href="" onclick="jquery_stuff; return false;" />