jQuery Append/Add Hidden div to jQuery Dialog
问题 I'm trying to append/add a div element within my HTML file to a dialog box (which currently has some buttons). The div is hidden on page load with a CSS class 'hide' HTML DIV: <section> <div id="deliveryMethod" title="Delivery Method" class="hide"> <p>Please select delivery method and special requirements.</p> <ul> <li> <label>Method:</label> </li> <li> <div> <select for="deliveryService"> <option value="">Please select...</option> <option value="FedEx">FedEx</option> <option value="UPS">UPS<