gpt4 book ai didi

javascript - 未捕获的 TypeError : $(. ..).cropper 不是函数 - Cropper.js

转载 作者:行者123 更新时间:2023-12-02 22:05:30 25 4
gpt4 key购买 nike

我尝试了此教程 link

我的代码是

<!DOCTYPE html>
<html>
<head>
<link href="cropper.css" rel="stylesheet" />
</head>
<body>
<img id="teh" src="image.png" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="cropper.js"></script>
<script>
$("#teh").cropper();
</script>
</body>
</html>

但是,它在 $("#teh").cropper(); 遇到错误 Uncaught TypeError: $(...).cropper is not a function

最佳答案

已经找到解决方案了。我需要添加

<script src="jquery-cropper.js"></script>

所以,就变成了

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="cropper.js"></script>
<script src="jquery-cropper.js"></script>

关于javascript - 未捕获的 TypeError : $(. ..).cropper 不是函数 - Cropper.js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59728272/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com