Sunday, February 13, 2011

HTML <select> what is the name of on select event?

Does the HTML "select" element have an on select event? what exactly is the name of the event?

  • Is onchange what you're looking for?

    J Angwenyi : fantastic stuff - works!!! thanks guys.
    From insin
  • Regardless of input type, whenever a form input changes value, an onchange event should always be thrown. (With the exception of buttons, as they are not really input devices as such.)

    insin : Worth noting that when you're using a