@checked isn't working with jquery 1.3, see http://drupal.org/node/116548 for more info
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 781978-9-checked_selector-1.0-beta1.patch | 881 bytes | pounard |
| #8 | 781978-7-checked_selector.patch | 778 bytes | pounard |
| #4 | 781978_js_checked.patch | 992 bytes | aron novak |
Comments
Comment #1
aron novakhttp://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.
Comment #2
attiks commentedSorry for late reply, I'm using jquery_update (needed for other module)
Comment #3
attiks commented@checked is deprecated and removed in 1.3+, .is(':checked') should work in older versions as well
Comment #4
aron novakCan you confirm that this patch works?
I tested it both w/ jquery 1.2.x and 1.3.x.
Comment #5
attiks commentedIt's working for me
Comment #6
pydubreucq commentedHi Aron ;)
It's works fine for me too ;)
Comment #7
pounardUpdated patch for D7 version.
Comment #8
pounardPhuke (forgotten patch).
Comment #9
pounardPatch for latest stable, for those who don't want to install the git version.
Comment #10
aron novakit is already included in the code by the other maintainer, it seems .