ajax/jquery disables links after submit
Posted
by Chocho
on Stack Overflow
See other posts from Stack Overflow
or by Chocho
Published on 2010-01-26T14:09:20Z
Indexed on
2010/04/11
20:03 UTC
Read the original article
Hit count: 274
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
© Stack Overflow or respective owner