Bug Tracker

Modify

Ticket #7508 (closed bug: worksforme)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to worksforme

Please don't waste our time by posting "bugs" without a test case.

 http://jsfiddle.net/dmethvin/AQUPf/

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.