Link to home
Start Free TrialLog in
Avatar of Bruce Gust
Bruce GustFlag for United States of America

asked on

How can I set the value of this input field?

Here's the code:

$('#popupRegister' + evID).find('input[name="reschedule"]').val(reschedule);

Rather than the value of the "reschedule" input field being the incoming "reschedule" value, I want to set the "reschedule" input to "false." How would I do that?
ASKER CERTIFIED SOLUTION
Avatar of M. Tariq
M. Tariq
Flag of Oman image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bruce Gust

ASKER

Hello, M!

Sorry for dragging my feet in getting back with you.

The control was a hidden field.  I was able to get it resolved with the help of a co-worker.

Thanks for weighing in!