ajax/jquery disables links after submit
- by Chocho
i am working on this form.
i am using lightbox and dhtml fade effects.
the content in my lightbox is a form. i am using jquery to validate the form.
once the form is submitted, i redirect a user back to a thank you page.
what i am noticing is that, once all the above events has taken place, i cannot click anywhere on my screen, all the links/buttons are sort of disable. i need to press F5 to refresh the page to be able to click anywhere on the page again?
is this happening because i am using jquery validation and an events already took place, how do i resolve this as i am a newbie to jquery. thanks