bootstrap how to detect which button closed a modal dialog on 'hidden_modal_bs' event func?
I have a welcome type bootstrap-modal on homepage that shows three buttons, each one of them should load different pages Here it is a relevant excerpt of the HTML <div class="modal fade" id="welcomeModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" > <div class="modal-dialog" > <div class="modal-content" ;"> <div class="modal-header"> <h3 class="modal-title" id="ModalLabel">Welcome to Here</h3> </div> <div class="modal-body" style='height: 90.5%;'> <span style="display:td;text-align;center;">Blah Blah BLah</span> </div> <div class="modal-footer"> <div class=