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
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>