Selecting all 'option' elements of all 'select' elements
I've got a page I'm putting together, and I use several select/option drop-down lists to gather user input. This is currently being handled by using anchors to jump to the proper place when a user chooses a drop-down option. I'd like to use something like Smooth Anchors to make it a better user experience, and the way the plugin was written makes it very easy to modify. My problem is that I can't seem to find the way to select the option elements of the select drop-down menus. The words 'select' and 'option' are so common to other jQuery operations that trying to find this information has been like searching for a needle in a needle stack. Can anyone help?