---
title: "jQuery file in root folder"  
description: "jQuery file in root folder"  
author: "Anonymous User"  
published: 2012-12-12  
updated: 2012-12-12  
canonical: https://www.mindstick.com/forum/486/jquery-file-in-root-folder  
category: "jquery"  
tags: ["jquery"]  
reading_time: 1 minute  

---

# jQuery file in root folder

Hi Guys,\
\
I want use jQuery in my [HTML](https://www.mindstick.com/articles/1530/design-a-simple-stylish-calculator-using-html-css-and-javascript) [application](https://www.mindstick.com/articles/12824/calculator-application-in-android) but i don't want to keep jQuery [file](https://www.mindstick.com/articles/59/encrypting-and-decrypting-files-using-c-sharp) in my application [root](https://answers.mindstick.com/qa/49855/tell-me-what-is-root-port-in-spanning-tree-protocol) folder, can it is possible?\
\
Thanks

## Replies

### Reply by Vijay Shukla

Hi pravesh \
\

You can include it from a CDN (Content Delivery Network).

Both Google and Microsoft host jQuery.

To use jQuery from Google or Microsoft, use one of the following:

<head>\
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js">\
</script>\
</head> Above is Google CDN. \


---

Original Source: https://www.mindstick.com/forum/486/jquery-file-in-root-folder

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
