Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3635 Vizualizări

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?

Imagine profil
Abandonează
Cel mai bun răspuns

Hello Sergio,

Simply we can show an modal from js using,

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

OR

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

Regards

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
dec. 24
1524
0
mai 23
3584
0
iun. 20
2768
0
mar. 19
5687
0
nov. 24
1400