I am trying to remove the class box-content
but i can't target it... I've tried doing this $(".box-content").remove();
I even added a console log, to tell me when it is removed. Jquery is loaded proberly, getting no errors in console.
What am i doing wrong?