Size of jQuery mobile scripts

Size of jQuery mobile scripts

Hi there,

I have a mobile web site that uses JQuery framework but the size of the JavaScript and CSS files is bit big:

JavaScript

  1. jquery.mobile-1.3.0.min.js (in minimized format, size is 144.4K)

CSS
  1. jquery.mobile.structure-1.3.0.css (in readable format, size is 79.7K)
  2. jquery.mobile.theme-1.3.0.css (in readable format, size is 49.6K)
Those figures were taken with YSlow running on my Firefox desktop browser.

I have two questions:
  1. What can be done to to reduce size of those files?
  2. Is the size of files dynamically changed depending on the client (mobile=smaller files, desktop=larger files)?