如何在 jQ 页面上包含 Theme roller 中的主题

How to include theme from Theme roller on jQ page

我写了一些脚本,我想 "paint" 使用 Theme roller 已经准备好的主题。我喜欢主题 Le FrogUI darkness 但我不知道如何通过直接 link,没有自定义更改?我尝试了一些组合,但有时脚本无法工作,元素消失等。 平板电脑和 PC 用户也会看到它吗? 谢谢。

请尝试将这些行放入标题部分:

  <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/ui-darkness/jquery-ui.css">
  <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
  <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>

我认为它应该适用于你的情况。