Hi.
Have the next problem.
Im open a Dialog with:
- <a href="bitacora.php" data-rel="dialog" >Show</a>
Then this open a Dialog, and this dialog have a form.
data-ajax="false"
If dont write nothing in the form and close the Dialog with the button, return to the after page (and reaload it) by if t
he function
Validator()
work and save the form by close the dialog and realod the after page.
Now if the <a> dont have the data-ajax="false" and close the dialog woth the button close and dont reload the after page, but the function
Validator()
is not recognized, the console show a javascript error "function Validator not found" and the form is procces but open the guardabitacora.php
Then im need:
1. Open the dialog and when close or when submit the form close the dialog but DONT reload the after page.
Thanks form your help and cooperation.