且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

移动鼠标时自动从左向右移动图像

更新时间:2022-12-19 15:42:01

你好,



如果不是版权法和知识产权法等我会说你只是告诉你拿页面来源并用y和y交换所有的x'在JavaScript代码中使用x。否则,您需要在Google中实际搜索并学习如何正确使用JavaScript / jQuery来操作DOM。你的问题是要求某人写一个完整的项目,而不仅仅是一个简单的答案。我建议你从这里开始:

W3Schools jQuery



Ed
Hi there,

If it weren't for copyright and intellectual property right laws etc. I'd say just tell you to take the page source and swap all the x's with y's and y's with x's in the JavaScript code. Otherwise, you need to actually search in Google and learn how to use JavaScript/jQuery properly to manipulate the DOM. Your question is asking for someone to write a full project, not just a simple answer. I suggest you start here:
W3Schools jQuery

Ed