Closed emilhem closed 11 years ago
Similar under the latest Chrome, Foundation 4.2.2 with jQuery 1.9.1, 1.10.1 and 2.0.2.
I found that there is one closing parenthesis too much in the line 66 of foundation.js:
66 if (!$(this).not('[data-customforms="disabled"])')) return;
Removing it fixes the error.
Thanks, this hint works!
Thanks!
Yes, fixed. Thank you.
seems to be fixed in 4.2.3
Indeed it is. I'll close it.
Using latest Foundation (4.2.2) in FF.
When issuing the click event on a dropdown item this error occurs:
Error: Syntax error, unrecognized expression: :not([data-customforms="disabled"])) xxx/foundation.forms.js Line 153
This problem is not present in 4.1.6. (I double checked)
My JavaScript that "found/causes" this error: