We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
http://pastebin.com/ATsbYRcf
when submitting the console will write " " and "{ }"
The text was updated successfully, but these errors were encountered:
It doesn't look like you've included <script src="jquery.serialize-object.js"></script> anywhere here
<script src="jquery.serialize-object.js"></script>
Sorry, something went wrong.
it's at the bottom, could it be that your script doesn't split up the name with dot (.) as a delimiter?
To support splitting by a dot, at this as an initialization script
$.extend(FormSerializer.patterns, { validate: /^[a-z][a-z0-9_]*(?:\.[a-z0-9_]+)*(?:\[\])?$/i });
Previous discussion about this can be read at #4
The API has documentation this issue.
I'm marking this as invalid and closing the issue. If you find additional bugs with this functionality, please let me know.
No branches or pull requests
http://pastebin.com/ATsbYRcf
when submitting the console will write " " and "{ }"
The text was updated successfully, but these errors were encountered: