简体   繁体   English

如何识别网页中正在使用的JQuery版本

[英]How to identify JQuery version being used in a web page

Hi i found this page: 嗨,我找到此页面:
https://crossme.jp/ https://crossme.jp/

and I wonder if it's using fullpage javascript for the images. 我想知道它是否正在使用整页的javascript图像。 I know that is using three JavaScript for the effect of the cursor, but for the effect of background images I don't know. 我知道这是使用三个JavaScript来实现光标的效果,但是我不知道背景图像的效果。

I use google inspect for all my projects and I don't how to debug the java-scripts in the page. 我对所有我的项目使用google inspect,但我不调试页面中的Java脚本。

Please help as I want to replicate this page. 请帮忙,因为我想复制此页面。

  1. In chrome you can check source tab in developer tools and find it out. 在chrome中,您可以检查开发人员工具中的“来源”标签并找到它。
  2. Or you can simply check the page source of the webpage and search for jquery. 或者,您可以简单地检查网页的页面来源并搜索jquery。

But to answer your question, this page is using jQuery v1.10.2 但是要回答您的问题,此页面使用的是jQuery v1.10.2

And for the cursor as well as 3D effects for images, this page is using mrdoob's 3D library : https://github.com/mrdoob/three.js/ 对于光标以及图像的3D效果,此页面使用了mrdoob的3D库: https : //github.com/mrdoob/three.js/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM