Removing unused jQuery Mobile elements?

后端 未结 4 1750
醉梦人生
醉梦人生 2021-01-14 03:01

I\'m using jQuery Mobile beta. It\'s great fun to work with, but it\'s still very slow on a 3G connection.

It requires the following files:

http://c         


        
4条回答
  •  灰色年华
    2021-01-14 03:23

    You can get the whole build setup from github, remove widgets you don't need trom the manifest and build it then.

    On linux - just use make

    On Windows - you'll have to run the PHP build script

提交回复
热议问题