in jquery, i need to delay the default behavior of anchors, so that in the meantime, ajax post request can complete itself.
preventDefault or returning false in .click event wont do, as I still need to navigate to those pages. window.location = href obviously fails because some anchors do not have href attribute instead uses javascript. I do not control these pages.