1

「グローバル ライブラリ」リストに jQuery を含めることの利点を理解できませんか?

どうにかして javascript グローバル ライブラリを HTML ページに含めることはできますか、それともこのライブラリのコンテンツをプロジェクトの新しいファイルにコピー/貼り付けして手動で HTML ページに含める必要がありますか?

4

1 に答える 1

1

Global libraries are needed for code completion in the web applications when there are no explicit includes in all the pages or when you are editing JS files that have access to other libraries, but there is no way to specify it directly in the script.

Of course you need to have a copy of the library in your project or reference its URL in HTML pages.

于 2013-02-03T12:42:35.813 に答える