Buenos Dias,
May be this will help.
Modal has an event, fired when it is about to show
https://getbootstrap.com/docs/4.0/components/modal/#events
Event - 'show.bs.modal'
So you may bind handler to it and render modal with fields you wish:
$('#dynamic_modal').on('show.bs.modal', function (e) {
Buenos Dias Amigos,
Alguno de ustedes ha utilizado los modal de bootstrap y reutilizarlo como
template, pasandole como variable el modal que van a renderizar?
Gracias y espero me haya explicado bien.
--
Hello Guys,
Have any of you used bootstrap
2 matches
Mail list logo