JQuery won't work until I refresh the webpage

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

...



Bye bye

All right, I moved the libs to the application server and replaced the source links like you advised.
I tried to exclude all sources to avoid double inclusion, thus only one reference was left to jquery.maskedinput.js (doesn’t work without it at all).
Still, the same problem is there.

If I call location.reload() via the WebClientUtils, then my page is loaded fine and the mask works, however it flickers while reloading, so it’s not really an acceptable solution.

Any other ideas?