The introduction of jquery.min.js in myeclipse into the project shows a red cross

A red cross appears when jQuery.min.js is introduced with myeclipse, as shown in the figure:


Below is the reason for the red cross

Multiple markers at this line
- The left-hand side of an assignment must be a 
 variable
- Type mismatch: cannot convert from any[] to any
- Type mismatch: cannot convert from any[] to any
- Type mismatch: cannot convert from any[] to any
- Missing semicolon
- Missing semicolon
- Missing semicolon
- Missing semicolon
- Syntax error on token "}", delete this token
- Missing semicolon
- Missing semicolon
- Missing semicolon
- Missing semicolon

This is the main reason It's because myeclipse has not been told to verify it.

Solution:

Select the js file, right-click Myeclipse--ManaValidation--ExcludeResource-- (select all or that js)--OK

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325612201&siteId=291194637