Side navigation
#14182 closed bug (duplicate)
Opened July 25, 2013 06:06AM UTC
Closed July 25, 2013 02:30PM UTC
Last modified September 12, 2014 11:26AM UTC
attr('disabled',true)/prop("disabled",true) not working for anchor tag as expected
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Attachments (0)
Change History (3)
Changed July 25, 2013 06:12AM UTC by comment:1
Changed July 25, 2013 02:30PM UTC by comment:2
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #13573.Use .prop()
or the Migrate plugin.
Changed September 12, 2014 11:26AM UTC by comment:3
I can not see that this issue is a) related to #13573 nor b) is solved. I still have the problem, that I can not unset a disabled="disabled" attribute on an anchor tag. It neither works with .attr('disabled',false) nor with .prop('disabled', false)
Sample: http://jsfiddle.net/timmywil/4hjWu/