There is a JSP-file with a description of HTML, it has js-scripts: ajax and all that.
What is better to leave them there or create a js-file for them and address it?
There is a JSP-file with a description of HTML, it has js-scripts: ajax and all that.
What is better to leave them there or create a js-file for them and address it?
Js is best kept separately (as pictures and styles). If the js volume is large (and there are many files), then it is better to minimize it and merge it into one js.
Source: https://ru.stackoverflow.com/questions/608561/
All Articles