如果是IE,可以使用insertBefore,insertAfter和appendChild三种方法,如果是FireFox则只支持appendChild这一种方法,所以为了保证兼容性,建议只使用appendChild方法.
$("#divId").html("");