Hi Guys,
I want use jQuery in my HTML application but i don't want to keep jQuery file in my application root folder, can it is possible?
Thanks
jQuery file in root folder
Ask by Anonymous User
Updated 12 Dec 2012
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>
</head>