Opened 13 years ago
Closed 13 years ago
#5061 closed bug (worksforme)
$.attr fails on input element in Firefox 3.5.2
Reported by: | kungtiger | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | attributes | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi there,
First I create a input field: var test = $('<input type="text" name="test">').appendTo('body');
Then I want to disable it via test.attr('disabled', 'disabled'); but it does not work at all.
I have tried the exampel 'How do I disable/enable an element?' shown in the FAQ and it worked well, but every time I want to alter a jQuery generated input attribute it fails.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | JQattrTest.php added |
---|
comment:1 Changed 13 years ago by
worked fine use my test file. Can you provide your example and your OS?
comment:2 Changed 13 years ago by
Component: | unfiled → attributes |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Works for me as well.
Note: See
TracTickets for help on using
tickets.
test file