Created by: tanraya
This pull request adds 'loaded' event to modals:
$('#myModal').modal({ remote : '/echo/html' }).on('loaded', function() {
alert('Modal content loaded!')
})
Here's the demo http://jsfiddle.net/N96Ff/ Also tests & docs added.
It refers to issue #4735 (closed)