[jQuery] Preventing <A> link clicks before document.ready();
I have a problem I am sure others have encountered. I have .click()
events attached to <a> links in my web page, but the user is clicking
the links before the document.ready(); fires causing unexpected
results. Is there anyway to stop this from happening?
Thanks,
Jeff