AdrianTrainor
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Hi,
I was having the same problem as wladimir.delcros.
It is in fact an issue with this plugin. See the copy of a full stack trace below.
I have solved it by adding double-quotes around the jquery selectors referencing the name attribute in the aioseop_module.js file of your plugin.
For example, I changed:
cur = jQuery('[name=' + field + ']');
to:
cur = jQuery('[name="' + field + '"]');
There are a few occurrences of this throughout this script.
gb.error @ jquery.js?ver=1.11.2:2 gb.tokenize @ jquery.js?ver=1.11.2:2 gb.select @ jquery.js?ver=1.11.2:2 gb @ jquery.js?ver=1.11.2:2 m.fn.extend.find @ jquery.js?ver=1.11.2:2 m.fn.init @ jquery.js?ver=1.11.2:2 e.fn.init @ jquery-migrate.min.js?ver=1.2.1:2 m @ jquery.js?ver=1.11.2:2 aioseop_get_field_value @ aioseop_module.js?ver=4.2.2:19 aioseop_eval_condshow_logic @ aioseop_module.js?ver=4.2.2:51 (anonymous function) @ aioseop_module.js?ver=4.2.2:70 m.extend.each @ jquery.js?ver=1.11.2:2 aioseop_do_condshow_match @ aioseop_module.js?ver=4.2.2:67 (anonymous function) @ aioseop_module.js?ver=4.2.2:111 m.extend.each @ jquery.js?ver=1.11.2:2 aioseop_do_condshow @ aioseop_module.js?ver=4.2.2:110 (anonymous function) @ aioseop_module.js?ver=4.2.2:120 m.Callbacks.j @ jquery.js?ver=1.11.2:2 m.Callbacks.k.fireWith @ jquery.js?ver=1.11.2:2 m.extend.ready @ jquery.js?ver=1.11.2:2 J @ jquery.js?ver=1.11.2:2
Viewing 1 replies (of 1 total)