const find=Object.keys(r).find(i=> r[i].find(data => data.uid === 53));
if(find){
console.log(r[find])
}
if (stripos($array[0]->likes, $id) !== false) {
$code=array("code"=>41);
echo json_encode($code);
}
if (event.room === romm.table){
/// Создать элемент на аватарке кто поставил лайк
var like = document.createElement("img");
like.src="https://site.ru/png/l.png";
like.className="like"+id;
document.querySelector('.user[uidm="'+JSON.parse(event.data).user+'"]').appendChild(like);
setTimeout(function(){
var el = document.getElementsByClassName('like'+JSON.parse(event.data).user)[0];
el.parentNode.removeChild(el);
},2000);
}
Вот так работает но как то криво все