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

Problem with multi-value fields and jQuery 1.8.3 #9

Open
kulmjens opened this issue Nov 28, 2012 · 0 comments
Open

Problem with multi-value fields and jQuery 1.8.3 #9

kulmjens opened this issue Nov 28, 2012 · 0 comments

Comments

@kulmjens
Copy link

Since I'm using jQuery 1.8.3 with ManagerManager I recently got the alert

ManagerManager: An error has occured: 
Error - Syntax error, 
unrecognized expression: input[name=tv11[]]

Its because jQuery stumbles over the [] in the TV name.
Escaping the brackets in mm.inc.php line 146 and line 151 will do the trick:
change $fieldname_suffix = '[]';to $fieldname_suffix = '\\\\[\\\\]';

I'm not sure about this, but maybe this applies also to other jQuery versions...

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

1 participant