akban

Results 1 comments of akban

On AFUI 3, when you have a function that is to be executed once the app loads, do not use: $("#home").on('panelload', function() { alert("i'm start")}) rather use the following: $.afui.ready(function(){alert("i'm...