Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 4 years ago by busstation16
-
attachment
JQattrTest.php
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

test file