[jQuery] Apply CSS to dynamic content after it loads
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1627" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I've got a page that loads dynamic content,
sometimes including links. The CSS seems to apply to the loaded CSS, except for
a rule that adds an "offsite" icon to the end of the link.</FONT></DIV>
<DIV><FONT face=Arial size=2>I've used Firefind to verify the css selector in
the css, and it applies to the correct elements, but the icon doesn't show
up.</FONT></DIV>
<DIV><FONT face=Arial size=2>Is there anything I need to do after loading the
dynamic content to apply the css?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Sloan</FONT></DIV>
<DIV> </DIV></BODY></HTML>