Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3665 Vues

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
Ignorer
Meilleure réponse

Hello Sergio,

Simply we can show an modal from js using,

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

OR

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

Regards

Avatar
Ignorer
Publications associées Réponses Vues Activité
2
déc. 24
1547
0
mai 23
3624
0
juin 20
2784
0
mars 19
5721
0
nov. 24
1444