intel / appframework

The definitive HTML5 mobile javascript framework
http://app-framework-software.intel.com/
MIT License
2.43k stars 882 forks source link

I can fast move from jquery mobile to this framework #38

Closed jy1989 closed 12 years ago

jy1989 commented 12 years ago

great to see this hight speed and light weight framework. i test it is smooth better than jquery mobile more .... but i have a job base on jquery mobile yet, so i can fast move form jqm to jqmobi ?

actually, my mean is can i use the jquery function on this framework, like:

$('mypage').live('pageshow', function (event, ui) { alert('This page was just hidden: ' + ui.prevPage); });

e.g?

thank you for your reply..

and i have a question..

how to refresh the ul list when i use the javascript append the li ?

on the jquery mobile i must use $("#listviewid").listview("refresh"); to refresh, but i dont kown how to do it on this framework

imaffett commented 12 years ago

No, the syntax is different. Please see the included readme's and kitchensink demo for samples.

jy1989 commented 12 years ago

but i see the demo is too simple for use....