if ($('#myReservationsDropDown .places:contains("- FREE OPEN BAR")').length > 0 && $('#myReservationsDropDown .date:contains("June 30, 2017")').length > 0) { $('#myReservationsDropDown .places:contains("- FREE OPEN BAR")').each(function(){ $(this).html($(this).html().split('- FREE OPEN BAR').join('')); }); }
Back To Top