Hello. Please tell me why in Win 10 the downloaded jQuery 3.1.0 min program does not open and a window pops up with the message '' n 'is null or not an object ", source: Microsoft JScript runtime error?

  • How is the attempt to open? - Grundy
  • It was necessary to install Linux - Shadow33

4 answers 4

By default, on Windows systems, the Windows Based Script Host application is installed to open files with the .js extension.

enter image description here

Therefore, when trying to open / run a file, there will most likely be execution errors, since browser-specific or other execution environment objects such as nodejs can be used and not present in the current execution environment.

As a solution, you can simply replace the default application with a text editor, or open files of this type using text editors.

    jQuery is not a program, but a JavaScript library that focuses on the interaction of JavaScript and HTML.

      Hello. jquery is not a program, but a library for the javascript language. if you downloaded it correctly, then it should have the extension js. This library works when you turn it on in your page html tags "<" script src = "path to your library Js" ">" "<" / script ">"

      • extensions are hidden by default. therefore, quite possibly the author sees the name jQuery 3.1.0 min - Grundy

      For a start, I advise you to read What is Html further What is JS . In principle, I think this site will suffice to answer this question and a very common understanding.