I need to create a function to do something if a specific selectable list is chosen and show an alert.
<select name="location" data-c="location" class="filter valid cc_cursor" aria-invalid="false">
<option value="" selected="selected">-</option>
<option value="2">Newyork Clinic</option>
<option value="1">Center Hospital</option>
</select>