如何在jQ页面上包含主题滚轮的主题

时间:2017-10-30 12:39:34

标签: jquery theming

我写了一些脚本,我想"画"通过主题滚轮使用已经准备好的主题。我喜欢主题 Le Frog UI黑暗,但我不知道如何通过直接链接包含其中任何一个,没有自定义更改?我尝试了一些组合,但有时脚本拒绝工作,元素消失等。 那么平板电脑和PC用户也会看到它吗? 感谢。

1 个答案:

答案 0 :(得分:1)

请尝试将这些行放入头部:

  <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>

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