S
S
Sergey2015-10-02 09:11:17
JavaScript
Sergey, 2015-10-02 09:11:17

What is the best way to include jQuery script?

Is it possible to include a jQuery script so that it is not in the code, but is in the file?
The situation is this - it is connected, but at the same time there are 30 more lines of its description in the page code.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
littleguga, 2015-10-02
@Tikson

<script type="text/javascript" src="js/jquery.min.js"></script>
  <script type="text/javascript" src="js/myscript.js"></script>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question