jquery - Using <option> to scroll to anchor, then opening section -
i'm trying code <select> dropdown when <option> clicked, page scroll down options sections using regular anchors/ids. i'm assuming can calling function onchange, maybe: <select class="jump-select" onchange="scrollto();"> <option selected="selected">jump section</option> <option value="#general-info">general information</option> <option value="#venue-info">venue information</option> <option value="#deal-info">deal information</option> <option value="#doc-mgmnt">document management</option> <option value="#buyer-info">buyer information</option> <option value="#billing-info">billing , additional information</option> <option value="#expenses">expenses</option> </select> but on top of sections using jquery hide them o...