-->
Page 1 of 2

jQuery mobile integration question

PostPosted: Mon May 16, 2016 5:53 pm
by tcontrada
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

Re: jQuery mobile integration question

PostPosted: Thu May 19, 2016 10:14 am
by tcontrada
I found that you can enter as many CSS and javascript files as needed.
However, the load time from the ESP8266 with jQuery and jQuery Mobile is very slow...

-Tony

Re: jQuery mobile integration question

PostPosted: Fri May 20, 2016 9:46 am
by cicciocb
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.

Re: jQuery mobile integration question

PostPosted: Mon May 23, 2016 10:05 am
by tcontrada
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