I am using **Jquery-ui** majorly for displaying progressbar and also using the basic jquery api as the scripting language in my html page.
I have linked all the jquery and its UI api to google API link. So, this requires the user to be always connected to internet.
Also, the users are not expected to download these libraries in their machines, so that if stored at some fixed location, I can point to those libraries.
Is there any way out , to use the html for offline viewing i.e when the user is not at all connected to internet ?
One option I am having is to copy the source of jquery and JQuery-UI into my HTML report :P.But I am certainly looking for other options.
As far as I know, those libraries will be cached by the visitor’s browsers and will be available, provided the visitor does not clear his/her cache.
EDIT
Reading in the comments that
I say your only option is to place the scripts (source) directly in your HTML page.