Modify ↓
Ticket #7508 (closed bug: worksforme)
jquery can't set input:hidden value
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.5 |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
It doesn't matter if you use <input type="text" style="display:none;" id="test" /> or <input type="hidden" id="test" /> but jQuery do nothing with $("#test").val("value");
But in jQuery UI I use this, and it is working ...
Change History
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.

Please don't waste our time by posting "bugs" without a test case.
http://jsfiddle.net/dmethvin/AQUPf/