Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法在本地安装你库文件 #9

Open
easyyjb opened this issue Oct 25, 2023 · 3 comments
Open

无法在本地安装你库文件 #9

easyyjb opened this issue Oct 25, 2023 · 3 comments

Comments

@easyyjb
Copy link

easyyjb commented Oct 25, 2023

我下载了你的库文件,也引用在本地页面了。但是无法显示鼠标的变化。能帮我debug吗?
我的微信:easy1493

@easyyjb
Copy link
Author

easyyjb commented Oct 25, 2023

我把代码贴出来你看看:

@easyyjb
Copy link
Author

easyyjb commented Oct 25, 2023

<script src="jquery-2.2.0.min.js"> </script> <script src="mouse.min.js"></script> <script type="text/javascript"> $.shuicheMouse({ type:11, color:"rgba(187,67,128,1)" }) </script> <script> $(document).ready(function(){ $("p").click(function(){ $(this).hide(); }); }); </script> 下面是正文: 1111222

@easyyjb
Copy link
Author

easyyjb commented Oct 25, 2023

下面这个跟简单,就是引用了jquery和你库文件:

<script src="jquery-2.2.0.min.js"> </script> <script src="mouse.min.js"></script> <script type="text/javascript"> $.shuicheMouse({ type:11, color:"rgba(187,67,128,1)" }) </script> 下面是正文: 1111222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant