Last active
July 3, 2023 02:41
-
-
Save relyky/747c4ee6f557ea94c99ac86ed672248f to your computer and use it in GitHub Desktop.
jquery, 取得版本, version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// 取得 jquery 版本 | |
jQuery().jquery | |
/// 或 | |
$.fn.jquery |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment