Opened 16 years ago
Closed 16 years ago
#2191 closed bug (worksforme)
$('button').val('New') doesn't work, while $('button').val() does
Reported by: | tmm1 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.3 |
Component: | core | Version: | 1.2.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.val() works on a <button> tag, but .val('value') does not
Note: See
TracTickets for help on using
tickets.
I can't reproduce this. Please make sure you're using a current version of jQuery. If you continue to have this problem, please provide a test case.