Hi,
you can try to put libraries in the root directory of the webserver and link it direclty from there insted of from the url.
I think that servoy doesn’t load the library because the page is ready on the application server and when is pushed on client the browser not ask for the libraries.
You have to put libraries under
application_server\server\webapps\ROOT\servoy-webclient
and in the dataprovider you can write
...
<script src="jquery-1.10.2.min.js"></script>
...
Bye bye