veja se isso ajuda!
$(function(){
$("#rodape > div").filter(function(){ return $(this).attr("class") == null}).prop("style", "");
});
veja se isso ajuda!
$(function(){
$("#rodape > div").filter(function(){ return $(this).attr("class") == null}).prop("style", "");
});