If you need to bind a function to be called when a user selects an option from a select box using jQuery, you’ve come to the right place. There are several different ways to skin this cat, but basically here is what we are going to do: 1. Bind a change event listener to the select box itself 2. When the box is changed, call a function that detects and retrieves the selected value