-3

I'm going to a competition, where we'll have to construct a web page,I'm planning to use Jquery in my web page. We are not allowed to use internet,is it even possible to use Jquery without linking?
EDIT:I'm not supposed to download or do anything new, I'm supposed to use the files and media they give!

2
  • What do you mean with "not linkin"? jQuery is a JS library. You can download it and include it in your page, so you don't need an internet connection. jquery.com Commented Jun 23, 2016 at 13:54
  • 1
    Download it from here and then you can use it offline (Download this one if you don't care about IE < 9, or this one if you do) Commented Jun 23, 2016 at 13:54

1 Answer 1

0

Yes, but you need to bring the jquery source library file with you on USB flash drive and then link this file in your site.

Then you can reference it in your page in a <script> tag:

<script src="  **source of jQuery**  "></script>
Sign up to request clarification or add additional context in comments.

1 Comment

so maybe they don't want to use jQuery and this is especially because of this

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.