79494599

Date: 2025-03-08 15:41:01
Score: 3
Natty:
Report link

What you are looking for is onFocus like this:

$("#mySelect").on("focus", function(){});

This fires when select is clicked before any option was chosen.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): What you are
  • Low reputation (1):
Posted by: PhilRoss