Opened 13 years ago
Closed 13 years ago
#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: | ||
Blocked by: | Blocking: |
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 ...
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/