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
2803
12-Dec-2012
Vijay Shukla
12-Dec-2012You 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>