Does the HTML "select" element have an on select event? what exactly is the name of the event?
The name attribute specifies the name for a drop-down list. The name attribute is used to reference elements in a JavaScript, or to reference form data after a form is submitted.
The select event fires when some text has been selected.
The name attribute assigns a name to the select element. Unlike id, the name does not have to be unique across the page. This attribute is used as reference for JavaScript and for form data submission. Note: Select elements must have a name to participate in form submission.
Is onchange
what you're looking for?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With