Created by: dscape
So you intercept an event you can operate on a modal as defined per customer data attributes
e.g.
$('#ec-modal').bind('show',
function (_,a) {
alert(a.img);
});
Created by: dscape
So you intercept an event you can operate on a modal as defined per customer data attributes
e.g.
$('#ec-modal').bind('show',
function (_,a) {
alert(a.img);
});