Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3673 Представления

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?

Аватар
Отменить
Лучший ответ

Hello Sergio,

Simply we can show an modal from js using,

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

OR

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

Regards

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
дек. 24
1555
0
мая 23
3628
0
июн. 20
2788
0
мар. 19
5723
0
нояб. 24
1448