有没有办法将bootstrap4与jQuery UI结合起来?

时间:2017-04-05 20:51:58

标签: jquery twitter-bootstrap

喜欢这个问题。我是网络开发的新手,我对引导程序很满意。在bootstrap4中,我发现这段代码可以获得正确的脚本:

<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>

当我尝试将这些链接与:

结合使用时
<script src="jquery-ui-1.12.1/jquery-ui.js"></script>

我仍然无法使用jqueryUi函数。我该怎么办?

0 个答案:

没有答案