Please take a look at my website and open browser console for error check: http://mayy.in/stp.html
I am looking at it in Chrome console and its giving me error:
Uncaught SyntaxError: Unexpected token ILLEGAL
on line 44
What could be the problem? Its a very simple piece of code like this:
$('div').each("click", function() {
$(this).remove();
});