Tae-Sung Shin
Tae-Sung Shin

Reputation: 20643

Any Mobile Framework without jQuery or Javascript

jQuery Mobile is working for my site but slow. Cause of the slowness turned out to be jquery. We searched an alternative but most of them still uses javascript/jquery.

Question: Is there any other framework for mobile with better performance?

Upvotes: 3

Views: 253

Answers (2)

Hector Correa
Hector Correa

Reputation: 26690

Take a look at Zepto: https://github.com/madrobby/zepto

It still uses JavaScript but with a really small footprint.

Upvotes: 2

Erik Philips
Erik Philips

Reputation: 54618

Considering Javascript is the core language all web browsers use for programatic changes, unless you want to only change the Visuals via CSS and what it has to offer, I believe you are stuck.

Upvotes: 3

Related Questions