Bug Tracker

Modify

Ticket #9790 (closed bug: worksforme)

Opened 23 months ago

Last modified 23 months ago

Bug

Reported by: yehang1987@… Owned by:
Priority: low Milestone: 1.next
Component: attributes Version: 1.6.2
Keywords: Cc:
Blocking: Blocked by:

Description

I am chinese,my english is very bad,sorry. JQ 1.6.2 bug ?? : <script> function fn1(){ $("#a").attr("disabled","disabled"); } function fn2(){ $("#a").removeAttr("disabled"); } </script> <input type="text" id="a" value="test" / > <input type="button" value="attr" onClick="fn1()" /> <input type="button" value="removeattr" onClick="fn2()" />

Change History

comment:1 Changed 23 months ago by timmywil

  • Priority changed from undecided to low
  • Resolution set to worksforme
  • Status changed from new to closed
  • Component changed from unfiled to attributes

See the docs for  http://api.jquery.com/prop. jQuery 1.6 did have a change in behavior, but jQuery 1.6.1+ works fine.  http://jsfiddle.net/timmywil/JvjvB/

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.