Side navigation
#13667 closed bug (notabug)
Opened March 26, 2013 01:46PM UTC
Closed March 28, 2013 12:40AM UTC
Last modified April 23, 2013 04:06PM UTC
Checkbox not checking in 1.9.1: works with 1.8.3
Reported by: | gianalfonso.gardini@deltatre.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When trying to set checkbox as "checked" inside an event, jQuery 1.9.1 fails.
It was working in 1.8.3
See samples below.
Click on "all" checkbox twice to see bug.
Jquery 1.9.1: doesn't work
Jquery 1.8.3: works
Found solution: in 1.9.1 must use "prop" instead of "attr" method.
You can close.