I have test page like this:
 
<!doctype html>
<html lang="en" class="md-background md-hue-1">
  <head>
    <script type="text/javascript" src="
https://getfirebug.com/firebug-lite.js";></script>
    <script src="https://code.jquery.com/jquery-3.1.0.min.js";></script>
    <style>
        body { color: red; }
    </style>
    <script>
    $(function() {
        setTimeout(function() {
            $('<style>body { background-color: #aaa; 
}</style>').appendTo('head');
        }, 3000);
    });
    </script>
</head>
<body>
hello
</body>
</html>
 
and the styles don't include background-color even when I click refresh 
from context menu. Tested in Google Chrome 52 and IE10. is it possible to 
refresh the styles?

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/5826d33a-0fd5-4f0b-bb66-ec89030dde2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to