if (window.matchMedia("(min-width: 400px)").matches) {
console.log("sa");
 
document.getElementById("#carsil").remove();
}
konsol ekranında "Uncaught ReferenceError: $ is not defined" hatasını alıyorum ne yapmalıyım ?