Skip to main content

Bug Tracker

Side navigation

#13519 closed bug (duplicate)

Opened February 25, 2013 08:45PM UTC

Closed February 26, 2013 02:17AM UTC

JQuery 1.9.0+ input checked issue

Reported by: moonspear@live.co.kr Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

checkbox element

want to always checked if click

jquery 1.9.0 + it's not working

input type=checkbox onclick=foo(this)

foo(el){

>> $(el).attr('checked', true) -- not working

(pre vesion 1.8.3- has been worked)

>> $(el).attr('checked', false) -- working

}

Attachments (0)
Change History (1)

Changed February 26, 2013 02:17AM UTC by timmywil comment:1

resolution: → duplicate
status: newclosed

Duplicate of #13245.