@checked isn't working with jquery 1.3, see http://drupal.org/node/116548 for more info

Comments

aron novak’s picture

Status: Active » Postponed (maintainer needs more info)

http://drupal.org/project/jquery_update

Have you used this module?

As i see, Drupal 6 comes with jquery 1.2.x and it seems the module works perfectly with this version of jquery . But if you provide a patch what works with both 1.2 and 1.3, i'm happily commit it.

attiks’s picture

Sorry for late reply, I'm using jquery_update (needed for other module)

attiks’s picture

@checked is deprecated and removed in 1.3+, .is(':checked') should work in older versions as well

aron novak’s picture

Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new992 bytes

Can you confirm that this patch works?
I tested it both w/ jquery 1.2.x and 1.3.x.

attiks’s picture

It's working for me

pydubreucq’s picture

Hi Aron ;)
It's works fine for me too ;)

pounard’s picture

Version: 6.x-1.x-dev » 7.x-1.0-beta1

Updated patch for D7 version.

pounard’s picture

StatusFileSize
new778 bytes

Phuke (forgotten patch).

pounard’s picture

StatusFileSize
new881 bytes

Patch for latest stable, for those who don't want to install the git version.

aron novak’s picture

Status: Needs review » Fixed

it is already included in the code by the other maintainer, it seems .

Status: Fixed » Closed (fixed)

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