Manage Help Settings) all the documentation that seems to be relate" />
开发者

Javascript documentation in the MSDN library?

I am using Visual Studio 2010 (Visual Web Developer) an开发者_JAVA百科d 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". And despite this, there doesn't seem to be any documentation on javascript itself installed. Search for getElementById for example and you get everything except information about the javascript function itself.

Online MSDN has the javascript doc, how to add it offline?


JScript is Microsoft's implementation of JavaScript without the user of the trademarked word "Java".

getElementById is not part of JavaScript. It is a DOM method. Browsers expose a DOM API to their client side scripting environments. You probably need to find DOM documentation if it doesn't appear in the JScript docs.


Take a look at 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). You might be able to download the javascript docs from there via the MSDN library.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜