jQuery(document).ready(function($) { $(document.body).on('added_to_cart', function() { $('.added_to_cart').remove(); }); });