You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well first of all thanks for this grate tool, but i have this issue:
I have my Index.html, that have a section that will be replaced with my indexContent.html on the onload event of the body, then, my indexContent.html uses the jQuery-Validation-Engine, but it does not show the bubble errors :-( I have tried import the js's and css's from both, mi index.html, and my indexContent.html with no success.
Looks like the jqueryValidation is not even initialized. I would put an alert in the dispatcher to see if it get called. My guess is that it doesn't.
Also interesting is the fact the jquery.validationEngine doesn't show as a JS source in the list of loaded files. like I said, I suspect the JS doesn't gets loaded/called.
Well first of all thanks for this grate tool, but i have this issue:
I have my Index.html, that have a section that will be replaced with my indexContent.html on the onload event of the body, then, my indexContent.html uses the jQuery-Validation-Engine, but it does not show the bubble errors :-( I have tried import the js's and css's from both, mi index.html, and my indexContent.html with no success.
Here is the indexContet.html working fine http://vitasoft.no-ip.org/SINDESY/indexContent.html
but when i call it winth ajax in the index.html just fails: http://vitasoft.no-ip.org/SINDESY/
My regards. :-)
The text was updated successfully, but these errors were encountered: