Answers for "model example in bootstrap"

0

bootstrap modal

$('#myModal').on('shown.bs.modal', function () {
  $('#myInput').trigger('focus')
})
Posted by: Guest on January-11-2021

Browse Popular Code Answers by Language