fengmk2 / fawave_desktop

Fawave Desktop
Other
85 stars 25 forks source link

step by step to use jqmobi to replace jquery #8

Closed fengmk2 closed 5 months ago

fengmk2 commented 12 years ago

Because jqmobi is much faster then jquery in creating dom. And FaWave create dom frequently.

I will try the step by step way to replace the jquery.

Benchmark: http://www.codefessions.com/2012/08/performance-of-jquery-compatible-mobile.html

API: http://www.appmobi.com/amdocs/lib/jqMobi_Cheat.pdf?r=2229

fengmk2 commented 12 years ago

Just use jq replace $ , then test it.