-
play_circle_filled
Dj Talan & Cd Kik – Virus
faceDj Talanlabel_outlineCd Kik, Dj Talan, Hardcore
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan & Sergi S – Saviour
faceDj Talanlabel_outlineDance, Dj Talan, Sergi S
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan & The Nobody – Pennywise 2023 Refix
faceDj Talanlabel_outlineDj Talan, Hardcore, The Nobody
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan – Radioactive
faceDj Talanlabel_outlineDance, Dj Talan
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan & Dj Rosell – Cumshot
faceDj Talanlabel_outlineDj Rosell, Dj Talan, Jump, Newstyle
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan & Javi Molina – The Game
faceDj Talanlabel_outlineDj Talan, Hardcore, Javi Molina
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan & Dj Guti – Evil Sign
faceDj Talanlabel_outlineDj Guti, Dj Talan, Hardcore
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan & Sergi S – In The Night
faceDj Talanlabel_outlineDance, Dj Talan, Sergi S
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan & Dj Rosell – Dark Side
faceDj Talanlabel_outlineDj Rosell, Dj Talan, Jump, Newstyle
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan – Nightmares
faceDj Talanlabel_outlineDj Talan, Hardcore
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan & Dj Guti – Manolo Dreams
faceDj Talanlabel_outlineDj Guti, Dj Talan, Jump, Newstyle
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan – Kakarot
faceDj Talanlabel_outlineDj Talan, Newstyle
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan – Oliver Atom
faceDj Talanlabel_outlineDj Talan, Newstyle
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan – Escopeta
faceDj Talanlabel_outlineDj Talan, Newstyle
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});
-
play_circle_filled
Dj Talan – Covitz
faceDj Talanlabel_outlineDj Talan, Jump, Newstyle
jQuery(document).ready(function($) {
// Handle click on add-to-cart button for instant UI update
$(document).on('click', '.add_to_cart_button', function(e) {
var $button = $(this);
var productId = $button.data('product_id');
if (productId) {
// Find the product list item
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Hide the add-to-cart button immediately
$productListItem.find('.add_to_cart_button').closest('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') + // Preserve More Info button
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML') // Preserve Wishlist button
);
}
}
});
// Handle WooCommerce AJAX added_to_cart event for consistency
$(document.body).on('added_to_cart', function(event, fragments, cart_hash, $button) {
var productId = $button.data('product_id');
if (productId) {
var $productListItem = $('.qtmusicplayer-trackitem[data-product-id="' + productId + '"]');
if ($productListItem.length) {
// Ensure the add-to-cart button is replaced with the tick icon
$productListItem.find('.qt-addtocart > span').html(
'check' +
$productListItem.find('.qt-btn-moreinfo').prop('outerHTML') +
$productListItem.find('.tinv-wraper').closest('span').prop('outerHTML')
);
}
}
});
});