I\'m currently using Twitter Bootstrap modal component and i have an issue where I use jquery validation plugin on input fields in the content I load remotely using the data-rem
Just an update here:
Bootstrap has added a loaded event.
http://getbootstrap.com/javascript/#modals
capture the 'loaded.bs.modal' event on the modal
$('#myModal').on('loaded.bs.modal', function (e) { // do cool stuff here all day… no need to change bootstrap })