24
JQuery'de yükleme döndürücüsü nasıl gösterilir?
In Prototip Bu kod ile bir "yükleme ..." görüntüyü gösterebilir: var myAjax = new Ajax.Request( url, {method: 'get', parameters: pars, onLoading: showLoad, onComplete: showResponse} ); function showLoad () { ... } In jQuery Ben bununla bir unsuru haline sunucu sayfasını yükleyebilirsiniz: $('#message').load('index.php?pg=ajaxFlashcard'); ancak Prototip'te yaptığım gibi bu komuta bir yükleme …