How do I use the JavaScript console to see why this code:
// Empty info
if ($('.perma-info').text() == '') {
$('.perma-info').remove();
}
Doesn't work in this page: http://dev-indiehaz.tumblr.com/post/22897976111/vans-vw
I want it so that if the element is empty, I can remove it.