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

CommentFileSizeAuthor
#8 3265695-8-jquery-prop-attr.patch891 bytesjoelpittet

Issue fork bigmenu-3265695

Command icon 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

joelpittet created an issue. See original summary.

joelpittet’s picture

Status: Active » Needs review
joelpittet’s picture

acbramley made their first commit to this issue’s fork.

acbramley’s picture

Status: Needs review » Fixed

Thanks!

acbramley’s picture

Status: Fixed » Needs review

Hmm that failed...

joelpittet’s picture

StatusFileSize
new891 bytes

Not sure what is wrong with the merge request so here's a patch to see if it has different info.

  • acbramley committed a8603aa on 7.x-1.x authored by joelpittet
    Issue #3265695 by joelpittet: jQuery 1.7+ doesn't use attr for non-...
acbramley’s picture

Status: Needs review » Fixed

Committed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.