You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a strange issue where by I scope a div that serves as a container for an embedded widget. When I load the widget over AJAX and render it with jQuery inside the div, the host page takes on a few of the characteristics of the widget - in my case, the font size/color changes for all the text, including links, to match the widget, yet other elements are unaffected.
My situation is a bit similar to Issue #5 because I am loading content over AJAX. I'm also using Cleanslate.css to sanitize the div before I pop in the content for the widget.
Some other considerations that may be helpful: I am preloading a few stylesheets inside the widget before it's sent over to the client, though I am not using @import.
The text was updated successfully, but these errors were encountered:
I'm having a strange issue where by I scope a div that serves as a container for an embedded widget. When I load the widget over AJAX and render it with jQuery inside the div, the host page takes on a few of the characteristics of the widget - in my case, the font size/color changes for all the text, including links, to match the widget, yet other elements are unaffected.
My situation is a bit similar to Issue #5 because I am loading content over AJAX. I'm also using Cleanslate.css to sanitize the div before I pop in the content for the widget.
Some other considerations that may be helpful: I am preloading a few stylesheets inside the widget before it's sent over to the client, though I am not using
@import
.The text was updated successfully, but these errors were encountered: