There are div elements with the placeholder class, each has a data-price with a value, for this value you need to leave everything that is more than 30,000 and less than 40,000.
$(".placeholder").data('price') //*Выдаёт значение price с первого div* You can delete \ hide all that is more than 30,000 and less than 40,000 through the function by the value of .data('price') , but I don’t get it right :(