Binding to a Select Element Click in WebKit
Recently, I ran into a problem triggering a popup when a select element had been clicked. In Safari, the click event does not trigger until one of the options have been clicked. After Google-ing the issue, I found a solution.
Read on →