Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

bootstrap 4 modal hidden event

/* This event is fired when the modal has finished being hidden from the user 
 * (will wait for CSS transitions to complete).
 */
$('#myModal').on('hidden.bs.modal', function (e) {
  // do something...
})
Source by getbootstrap.com #
 
PREVIOUS NEXT
Tagged: #bootstrap #modal #hidden #event
ADD COMMENT
Topic
Name
5+8 =