General area when it fits no where else

Moderator: Mmiscool

User avatar
By tcontrada
#47526 I want to utilize the jQuery mobile Jscript and css files within my web app.
There is one css file so I can use the css "filename" function, but there are two Jscript files. One for jQuery mobile and one for jQuery. Is there a way to add both files in the basic code?
thanks
Tony
User avatar
By cicciocb
#47719 I confirm that the load time is very long as the jquery .js file is ~90KB !

Using the files in compressed form (gzip) will reduce the size (30Kb, in this case) but, for the moment this is not handled.

I have a solution to implement file compressed that will be implemented soon.
User avatar
By tcontrada
#47879
cicciocb wrote:I confirm that the load time is very long as the jquery .js file is ~90KB !

Using the files in compressed form (gzip) will reduce the size (30Kb, in this case) but, for the moment this is not handled.

I have a solution to implement file compressed that will be implemented soon.


Do you think that we can use jQuery Mobile libraries along with the new websocket update?

Thanks,
Tony