廣告

2015年9月8日 星期二

bootstrap modal close event


   
$(document).on('hidden.bs.modal', '#your_modal_id', function() {
        console.log("you can do things here");
    });
  
Purpose:Do things when modal closed

沒有留言:

張貼留言