Есть magnificPopup окно
$.magnificPopup.open({
items: items,
gallery: {
enabled: true
},
type: 'image',
mainClass: 'mfp-fade'
});
$(".mfp-bottom-bar").prepend(" <button type='button' id='button-cart' data-loading-text='' class='btn-cart'><i class='fa fa-shopping-cart'></i></button>");
e.preventDefault();
При помощи .prepend я вывел кнопку купить внизу поп ап картинки,но кнопка не срабатывает в поп ап окне
сама функция
$('#button-cart').on('click', function() {
$.ajax({
url: 'index.php?route=checkout/cart/add',
type: 'post',