Re: Modal Form reusable.

2019-07-01 Thread Volodymyr Sergeyev
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) {

Modal Form reusable.

2019-06-28 Thread Julio Parra-Sanchez
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