2015年11月27日 星期五

bootstrap心得

在modal打開時觸發事件
http://stackoverflow.com/questions/17461682/calling-a-function-on-bootstrap-modal-open
For Bootstrap 3.0 :
$('#code').on('shown.bs.modal', function (e) {
  // do something...
})


沒有留言:

張貼留言