Is it just me or does this module conflict with theme developer?
Error: uncaught exception: Syntax error, unrecognized expression: [@name=form_id]
Is it just me or does this module conflict with theme developer?
Error: uncaught exception: Syntax error, unrecognized expression: [@name=form_id]
Comments
Comment #1
mizerydearia commentednevermind, completely unrelated issue...
http://jamesallen.name/index.cfm/2009/3/12/JQuery-selector-problem--Synt...
Comment #2
mizerydearia commentedComment #3
mizerydearia commentedSo, there is an issue. This module conflicts with jquery_update 6.x-2.x-dev because of:
editview/theme/editview.js: var form_id = $('[@name=form_id]', this).val();
Comment #4
Frodo Looijaard commentedThanks for your analysis.
This has been corrected in the DRUPAL-6--1 branch.
Comment #5
Frodo Looijaard commentedThis is a duplicate of #464094: Remove @ from [@name=form_id] for jQuery 1.3 support
Comment #6
Frodo Looijaard commented