$(this).removeAttr('style');
$('#someDiv').attr('style','');
$('.page').css({"width":"", "height":"", "top": "", "left" : ""});
var hasClass = window.location.href;
hasClass = hasClass.substring(hasClass.lastIndexOf('/')+1, 5);
$('body').addClass(hasClass);
body class="about"
img {
display: none;
}
img[src] {
display: block;
}