Loading table dynamically loses style rules
问题 I am loading a page with table in a generated div in jquery. The loading goes fine, but the table loses its styles. I have tried to apply styles on the loaded page, on the landing page, and even inline styles on the table. The inline style works partially, like background color, but text doesn't allow me to change font type, size, weight. $('<div/>', { id: 'newdiv', }).appendTo('body'); $('#newdiv').load('combi/page.with.table.php'); The table is simplified. No styles on tr or td. <table