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
What is jQuery (edge) in jsfiddle.net?
提问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
我用谷歌搜索了很多,但没有得到任何好的答案。我的问题是
- What are those versions?
- How are they useful to the fiddle creator?
- 那些版本是什么?
- 它们对小提琴创作者有何用处?
采纳答案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.
边缘构建通常是指某种“夜间”或尚未发布的构建。前沿的,基本上是最新的源码打包的。