Problem/Motivation
Was seeing depending on what version of jquery was used I was seeing the wrong form_id be used for the ajax call to the submenu.
Steps to reproduce
Use jquery greater than 1.7 and add a form to the page further up the page from the menu
Proposed resolution
Check for the $.prop() function and use it if it exists. (we did this on ctools).
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 3265695-8-jquery-prop-attr.patch | 891 bytes | joelpittet |
Issue fork bigmenu-3265695
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
joelpittetComment #4
joelpittetComment #6
acbramley commentedThanks!
Comment #7
acbramley commentedHmm that failed...
Comment #8
joelpittetNot sure what is wrong with the merge request so here's a patch to see if it has different info.
Comment #10
acbramley commentedCommitted, thanks!