— posted on February 2nd, 2010 with no comments
Apparently when I fetch some content with AJAX and put it into a container with jQuery’s $.html(), the style tags inside the fetched content are not applied to the new HTML that they’re referencing.
Quick solution was to just put the CSS in our main static CSS file, which I was going to do anyways once we’re ready to finalize it all.
Leave a Comment