Is there a better way than this to select the elements with classes options OR inputs that are descendants of #height without selecting any elements with those classes that are not descendants of #height?\[code\]#height .inputs, #height .options\[/code\]The #height seems redundant but #height .inputs,.options selects all the class="options" on the page, not just those descended from #height.