javascript - jquery switch to change what list is appended to -
i creating case / break loop change ul new li created in. have gotten pretty close when change variable reassign li should render value stored in variable stacks. can add li every ul there option for. here html <!doctype html> <html> <head> <link rel="stylesheet" type="text/css" href="stylesheet.css"/> <link href="https://fonts.googleapis.com/css?family=anton|baloo+tammudu" rel="stylesheet"> <script type="text/javascript" src="http://code.jquery.com/jquery- 1.9.1.min.js"></script> <script type="text/javascript" src="file:///c:/users/will/desktop/js_test/script.js"></script> </head> <body> <div class=app> <div id=menu_container> <div id=menu_title> menu </div> <input id="listinput" /></input> <button id="addtolist"&