Hi
I want to use QML Webview in my mobile application to display a online store. I need css and jquery javascript support. Since jquery and css are always the same for online store, only the html part changed. So I want to compile the jquery js files, css files and some unchanged image(loading.gif) into resource (.qrc). Is that possible? and how to use it in my html? It seams that it doesn't work like this <script type="text/javascript" src=":/htm/jquery-1.4.2.min.js"></script>.
On the other hand, to reduce the traffic and speed up the loading process. I want to cache some page in a session and cache some image permanently. For example, I want to cache online store home page during the whole session, so that end user don't need load the page second time and the page can be displayed rapidly when user access the home; Then how to write the code to implement it.



