why does it work very quickly?
(function($, undefined){
$(window).load(function() {
$('#load_im').fadeIn(3000);
$('#load_im').fadeOut(100);
$.mobile.changePage( "#WebSockets");
});
})(jQuery);
why does it work very quickly?
(function($, undefined){
$(window).load(function() {
$('#load_im').fadeIn(3000);
$('#load_im').fadeOut(100);
$.mobile.changePage( "#WebSockets");
});
})(jQuery);