Código:
Estuve probando con este código que vi en esta página: [URL="http://aportesweb.net/t/en/?blog=twitter-bootstrap-limpiar-ventana-modal-con-contenido-dinamico-en"]http://aportesweb.net/t/en/?blog=twitter-bootstrap-limpiar-ventana-modal-con-contenido-dinamico-en[/URL]<div class="modal fade" id="personal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden=true data-keyboard="false" data-backdrop="static">
Código:
$(document).ready(function(){ ... $('body').on('hidden.bs.modal', '.modal', function () { $(this).removeData('bs.modal'); }); });