How to keep style of close button in submenu of jQuery mobile after submit
问题 I have a main menu and a click on a button of the main menu opens a sub menu with either long or short list items. Selecting one or more items changes the orange close button in the left upper corner to a green check mark. If all items get unselected the green check mark turns back into the orange close button. So far, so good! <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css"> <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>