By joining, you agree to CodeClerks Terms of Service, Privacy Policy, as well as to receive emails.
The largest SEO marketplace in the world
Find all the software to suit your computing needs
Can't find what you're looking for? Create it
Write the reason you're deleting this FAQ
How can I change the value of a form input using only jQuery/Javascript? This is what my form looks like:
Are you sure you want to delete this post?
Drake83
This will change the value of the input changevalue to 1. I found the answer. Fairly easy. :) [code]$("#changevalue").val('1');[/code] This will change the value of the input changevalue to 1.
Are you sure you want to delete this post?