Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple ajax crash the plugin #53

Closed
rommsvh opened this issue Mar 12, 2011 · 2 comments
Closed

Multiple ajax crash the plugin #53

rommsvh opened this issue Mar 12, 2011 · 2 comments

Comments

@rommsvh
Copy link

rommsvh commented Mar 12, 2011

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. :-)

@orefalo
Copy link
Collaborator

orefalo commented Mar 12, 2011

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.

@posabsolute
Copy link
Owner

i fixed a couple of bugs, did not incounter this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants