Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3424 Vistas

Hello everyone...

I would like to implement a small modal in which to enter the data from the website_sale.product.... But for this I think I should make a call to the template via JS. I've been looking in the documentation and there is a reference to the render method, but whenever I try to implement it I get a not found.

Has anyone had this same problem?

Avatar
Descartar
Mejor respuesta

Hello Sergio,

Simply we can show an modal from js using,

$('#myModal').modal({show:true});

OR

$("#myModal").modal().show();

Regards

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
dic 24
1155
0
may 23
3305
0
jun 20
2542
0
mar 19
5494
0
nov 24
1041