JQuery Conflict Bug
JQuery Conflict Bug
Hello,
I have a problem with a form that uses jquery with ajax.
go to:
http://www.top40.ro/WebDesignSolutions-test/form.php
Do not fill the form. Click Submit directly. After you receive the errors, go to bottom and check the "I agree" checkbox. You will see that a green tick appears. Now, point your mouse over the question mark image near the "I Agree" text. You will see that the error appears back, even though the checkbox is checked.
Somehow when $('#JT_copy').load(tip_url); from the jtip.js file is called, it returns the DIV ID from the 'i agree' to it's previous state. Both have nothing to do with each other. They are not linked. JTIP is just a script to show Tip Boxes.
Important: This happens only after I submit the form.
Does anyone have any idea how can I fix this bug? I am VERY curios how this can be solved.
Gabriel