javascript jsfiddle.net 中的 jQuery (edge) 是什么?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7035328/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-25 22:46:06  来源:igfitidea点击:

What is jQuery (edge) in jsfiddle.net?

javascriptjquerymootoolsjsfiddle

提问by naveen

In jsfiddle.net if one choose framework as jQuery or Mootools they will get an option for choosing jQuery ( edge ) and Mootools( edge ).

在 jsfiddle.net 中,如果选择框架作为 jQuery 或 Mootools,他们将获得选择 jQuery ( edge ) 和 Mootools ( edge ) 的选项。

I googled it quite a bit but did not get any good answers. My questions are

我用谷歌搜索了很多,但没有得到任何好的答案。我的问题是

  1. What are those versions?
  2. How are they useful to the fiddle creator?
  1. 那些版本是什么?
  2. 它们对小提琴创作者有何用处?

采纳答案by Kyle Rogers

It is the jQuery nightly build from github...

它是来自 github 的 jQuery 每晚构建...

jQuery JavaScript Library v1.6.3pre Live From Git (b22c9046529852c7ce567df13397849e11e2b9cc)

jQuery JavaScript 库 v1.6.3pre Live From Git (b22c9046529852c7ce567df13397849e11e2b9cc)

Here is the link: link(jsfiddle uses this)

这是链接:链接(jsfiddle 使用这个)

Here is the jQuery github link: github-link

这是 jQuery github 链接:github-link

回答by Evan Trimboli

An edge build usually refers to some kind of "nightly" or not yet released build. The cutting edge, basically the latest source packaged up.

边缘构建通常是指某种“夜间”或尚未发布的构建。前沿的,基本上是最新的源码打包的。