Merhaba arkadaslar
https://github.com/peachananr/loading-bar/blob/master/README.md
bunu tam anlatiminda yardimci olurmusunuz, iki saat oldu sanirim deniyorum olmuyor bir yerde yanlisim var galiba
You Tube Ajax Loading Bar |
8 Mesajlar | 1.487 Okunma |
$(".ajax-call").loadingbar({
replaceURL: false, /* You can visibly change the URL of the browser to reflect the clicked links by toggling this to true. Default is false. May not work in old browsers. */
target: "#loadingbar-frame", /* The container's selector where you want the ajax result to appear. Default is #loadingbar-frame */
direction: "right", /* The direction where the the loading bar will progress. Default is right. */
/* Default Ajax Parameters. */
async: true,
complete: function(xhr, text) {},
cache: true,
error: function(xhr, text, e) {},
global: true,
headers: {},
statusCode: {},
success: function(data, text, xhr) {},
dataType: "html",
done: function(data) {}
});