derramorrrist
New Member
Having similar issue to this:CSS not applying to jquery ajax contentbut that is a couple years old now.basically, i'm doing an ajax call via jquery to inject into a div, and it returns an html list.\[code\]<div id> <ul id> <li class></li> .... </ul></div>\[/code\]That list is not picking up on any styles I have set from a linked sheet.Has an update been made to this to allow a return.html set inherit a linked style sheets class or id? if so, how? trying to not use inline .css() calls here if i can help it.