简体   繁体   English

MSDN库中的Javascript文档?

[英]Javascript documentation in the MSDN library?

I am using Visual Studio 2010 (Visual Web Developer) and I have installed through the "Help Library Manager" (Help->Manage Help Settings) all the documentation that seems to be related to web development and "JScript". 我正在使用Visual Studio 2010(Visual Web Developer),并且已经通过“帮助库管理器”(“帮助”->“管理帮助设置”)安装了似乎与Web开发和“ JScript”有关的所有文档。 And despite this, there doesn't seem to be any documentation on javascript itself installed. 尽管如此,似乎没有安装有关javascript本身的任何文档。 Search for getElementById for example and you get everything except information about the javascript function itself. 例如,搜索getElementById,您将获得除有关javascript函数本身的信息以外的所有信息。

Online MSDN has the javascript doc, how to add it offline? 在线MSDN上有javascript文档,如何离线添加它?

JScript is Microsoft's implementation of JavaScript without the user of the trademarked word "Java". JScript是Microsoft的JavaScript实现,无需使用商标词“ Java”。

getElementById is not part of JavaScript. getElementById不属于JavaScript。 It is a DOM method. 这是一种DOM方法。 Browsers expose a DOM API to their client side scripting environments. 浏览器向其客户端脚本环境公开DOM API。 You probably need to find DOM documentation if it doesn't appear in the JScript docs. 如果DOM文档未出现在JScript文档中,则可能需要查找它。

Take a look at Package This . 看看Package This You can select what help files you want to download for offline reading from the MSDN Library (as well as TechNet and MSDN Content Service). 您可以选择要下载的帮助文件,以从MSDN库(以及TechNet和MSDN Content Service)进行脱机读取。 You might be able to download the javascript docs from there via the MSDN library. 您可能可以通过MSDN库从那里下载javascript文档。

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

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