Como cierro el modal de este framework automaticamente cuando le doy clic en el boton guardar.
///Este boton abre el modal///
<button class="button" onclick="showDialog('dialog9')">Abrir</button>
///Este es el modal---Deseo al darle clic en guardar se cierre el modal estoy trabajando con ajax///
<div data-role="dialog" id="dialog9">
<input type="text" id="nombre">
<button>Guardar</button>
</div>