Dynamically add css to page via javascript

前端 未结 5 1537
旧巷少年郎
旧巷少年郎 2020-12-04 16:33

I\'m making a widget that will be added to external websites, and I have made a page that generates css for them to style it (text color, background color, font size, etc).

5条回答
  •  失恋的感觉
    2020-12-04 16:43

    Can you add a style tag to the DOM, with the contents of the text-area in it? You may want to give it an id so you can change it later.

提交回复
热议问题