Re: [jQuery] Re: Link Clicks Double Firing

2010-01-14 Thread Matt Maxwell
That is true, but if you remove the link's href, the application will not degrade for users without JavaScript enabled. On Thu, Jan 14, 2010 at 8:46 AM, bill wrote: > this really an interesting jq/html semantic issue: if the tag is > not handling the actual redirection to another page, maybe w

Re: [jQuery] Re: Link Clicks Double Firing

2010-01-13 Thread Matt Maxwell
What I'm assuming is happening here is that the even tied to the tag is firing as well as the click tied to the cell. It appears as though two windows are opened because the page you're currently on goes to the PDF and a new window is opened with the PDF. The easiest solution would be to add ret