menu Inicio chevron_right

Dj Rosell


Biografía


Biografía DJ Rosell

Introduccion:

DJ Rosell es un pionero del Newstyle español y un versátil productor y DJ de géneros “Hard” durante más de dos décadas.

Desde sus humildes comienzos hasta la creación de himnos como ‘Da Nu Style’ y ‘The Return’, y su papel fundamental en la fundación de Newmember Records, Rosell ha definido y redefine constantemente el sonido Hardcore/Newstyle, explorando también bajo el alias ‘Rosell’ géneros más agresivos como el Uptempo y el Frenchcore.

Orígenes y Primeros Pasos (Inicios – 2001)

El interés de DJ Rosell por la música electrónica se manifestó desde temprana edad, despertado por la escucha de programas de radio locales. La energía de las bases más “cañeras” captó su atención, lo que le llevó a investigar y frecuentar discotecas como Central Rock desde los 15 años, donde quedó impactado por figuras legendarias como DJ Justo. Con ingenio y determinación, compaginó sus estudios con trabajo para adquirir su primer equipo y un ordenador, herramientas esenciales para su desarrollo autodidacta tanto en la mezcla como en la producción inicial con software tracker.

Pionero del Newstyle: La Era “Da Nu Style” (2001-2004)

Con un estilo único, Rosell irrumpió en Central Rock, colaborando con Josué de D10 Studio. Su primer vinilo, ‘Da Nu Style’, fue un éxito inmediato, definiendo el sonido Newstyle en España. Los volúmenes 2 y 3 cimentaron su estatus, abriendo puertas a la escena levantina en salas como Masia , Piramide, Maskara, Inferno, New Axis..

“The Return” y la Etapa CHR (2004-2008)

En 2004, DJ Rosell lanzó su aclamado disco en solitario como productor, “DJ Rosell – The Return”, a través de Contraseña Hardcore Records (CHR). El vinilo obtuvo un éxito tal que requirió una reedición. Esta etapa con CHR le permitió actuar en discotecas como Chocolate,Sifos,Xtrem. Su presencia en la escena se consolidó aún más con una actuación mensual en Manssion (Benidorm) durante 2008.

Década de Cultivo Musical y Expansión Sonora (2009 – 2019)

El periodo comprendido entre 2009 y 2019 representó una etapa decisiva de crecimiento y diversificación para DJ Rosell. Durante este tiempo, se dedicó conscientemente a enriquecer su formación musical, explorando en profundidad otros estilos electrónicos más allá de sus raíces Hard. En esta fase, continuó produciendo y colaborando con otros artistas, aplicando sus habilidades a nuevos sonidos y ampliando su paleta creativa. Esta década fue crucial, permitiéndole dominar la producción, mezcla y masterización en un espectro más amplio, consolidando la versatilidad que hoy define su sonido.

Presente: Pilar de Newmember Records, Activo en Cabina y Versatilidad Total (Desde Septiembre de 2020)

Armado con una experiencia renovada y un dominio técnico ampliado, en septiembre de 2020 DJ Rosell co-fundó Newmember Records junto a Javi Molina, convirtiéndose rápidamente en uno de sus principales exponentes y contribuyendo activamente a su prolífico catálogo, que hasta la fecha supera los 600 lanzamientos. El sello se ha consolidado como una de las referencias indiscutibles de su escena. Esta etapa no solo marcó su regreso a la producción Hard, sino que también demostró su plena vigencia en las cabinas más importantes. Desde 2020, ha llevado su potente directo a discotecas y eventos de renombre como Central Rock (Almoradí), Manssion (Benidorm), Coliseum (Almudevar), Masia (Segorbe), MR Dance Club (Montreal), Reset Club (Zaragoza) y Hardmission (Madrid), entre otras. Esta presencia constante en cabinas de renombre es fruto de una década de desarrollo: un artista completo, capaz de dejar su marca personal tanto en sus raíces Hardcore/Newstyle como en diversas vertientes de la electrónica. Bajo su alias ‘Rosell‘, enfocado en sonidos más agresivos como el Uptempo y el Frenchcore también ha cosechado éxitos como ‘Widifan’ junto a Massive Disorder, que supera las 900,000 reproducciones en Spotify.

DJ Rosell Hoy

La trayectoria de DJ Rosell evidencia su relevancia como productor pionero y DJ en las cabinas más reconocidas del país, manteniéndose activo en la vanguardia. Actualmente, sigue encendiendo pistas de baile y produciendo éxitos.

  • Legado Pionero: Se erige como uno de los creadores del sonido Newstyle en España, productor de temas icónicos y protagonista de actuaciones históricas (Masia, Piramide, Chocolate, etc.) y recientes (Central Rock, Coliseum…).
  • Versatilidad Electrónica Integral: Exhibe una maestría como productor y DJ, dominando el Hardcore/Newstyle y demostrando un profundo conocimiento de otros géneros, fruto de una extensa exploración musical.
  • Experiencia y Vigencia: Acredita más de 20 años de carrera con una habilidad consolidada y una actividad constante en producción (Newmember Records) y actuaciones.
  • Conexión con el Público: Posee una capacidad demostrada para dinamizar las pistas de baile con su música y sus sesiones.
  • Profesionalismo Consolidado: Se presenta como un veterano que comprende la industria y asegura calidad y compromiso.

 

 

           Plataformas

Álbum


Pistas

  • play_circle_filled cover

    Dj Rosell & Javi Molina – In The City
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Dj Ventura – Listen To My Heart
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Ángel García Dj – Fly Away
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Javi Molina – We Are Still Here
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Ángel García Dj – Xixa The Club
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Javi Molina – Hot
    faceDj Roselllabel_outline, , ,

  • 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 cover

    Dj Rosell & Javi Molina – Titanium
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Javi Molina – Never Enough
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Batiste – A Thousand Years
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell – Detonation
    faceDj Roselllabel_outline,

  • 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 cover

    Dj Rosell – Pacopan
    faceDj Roselllabel_outline,

  • 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 cover

    Dj Rosell – Mi Corbatica
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell – NiggaJump
    faceDj Roselllabel_outline,

  • 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 cover

    Dj Rosell – Every Breath You Take
    faceDj Roselllabel_outline,

  • 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 cover

    Dj Rosell & Javi Molina – When You’re Gone
    faceDj Roselllabel_outline, ,

  • 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 cover

    Nando Fucker Play & Dj Rosell – He Is My American Dj
    faceDj Roselllabel_outline, , ,

  • 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 cover

    Dj Rosell & Fran Guzman – I Would Stay
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Nando Fucker Play – Super Fiti´s
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell – Moving
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell – Butifarra
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell – Electrosell
    faceDj Roselllabel_outline,

  • 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 cover

    Dj Rosell – How Much Can You Take
    faceDj Roselllabel_outline,

  • 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 cover

    Dj Rosell – I Love You
    faceDj Roselllabel_outline,

  • 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 cover

    Dj Rosell & Nando Fucker Play – Promise Myself
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Javi Molina – American Bandarra
    faceDj Roselllabel_outline, , ,

  • 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 cover

    Dj Rosell & Javi Molina – Raggatron
    faceDj Roselllabel_outline, , , ,

  • 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 cover

    Dj Rosell – Tekno Warrada
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Hector Dj – US Dj´s Fakes
    faceDj Roselllabel_outline, , ,

  • 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 cover

    Dj Rosell & Robb – Rap Like This
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Javi Molina – Hakuna Matata
    faceDj Roselllabel_outline, , ,

  • 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 cover

    Dj Rosell & Abel K Kaña – Da Vaper
    faceDj Roselllabel_outline, , ,

  • 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 cover

    Dj Rosell & Dj Pablo – Bounce
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Batiste – Mach-ote
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Nando Fucker Play – Shocking
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Fran Guzman – Fuachaval
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Dj Joka – Hoboken
    faceDj Roselllabel_outline, ,

  • 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 cover

    BassauL & Dj Rosell Feat. Amanda – Da Pitos Locos
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell – Dragfoc
    faceDj Roselllabel_outline,

  • 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 cover

    Dj Rosell & Javi Molina – Nothing Compares 2U
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Javi Molina – Da Crazy Goat
    faceDj Roselllabel_outline, ,

  • 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 cover

    Dj Rosell & Javi Molina – Winchus-B
    faceDj Roselllabel_outline, ,

  • 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') ); } } }); });

  • NewmemberTop20 Tracks del mes




  • play_circle_filled

    Xcreamer – Angelica {Diengeras Remix}

play_arrow skip_previous skip_next volume_down
playlist_play
0
    0
    Tú Carrito
    Tú carrito esta vacioVolver a la tienda