Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,156,493 members, 7,830,491 topics. Date: Thursday, 16 May 2024 at 11:29 PM

Ajax Loader - Software/Programmer Market - Nairaland

Nairaland Forum / Science/Technology / Programming / Software/Programmer Market / Ajax Loader (845 Views)

PHP Ajax/jquery Web Application Development For Free / Coopers / It Students (computer Science) Needed- Good In Php And Ajax / Are You A Classic Asp Developer With A Knowledge Of Ajax? (2) (3) (4)

(1) (Reply)

Ajax Loader by leastpay(m): 9:36am On Apr 03, 2012
pls i need an ajax loader script for my php site. i want the loading.gif to display when clicking the login button.thanks
Re: Ajax Loader by delomos(m): 7:25pm On Apr 03, 2012
If you're looking for a full scale solution, you might want to look here: http://woork..com/2007/10/login-using-ajax-and-php.html

But if you looking for the concept to integrate into something you've already built... Stack Overflow style//

drop jQ in your page (http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js)
assuming the page that's processing your login is: login.php

//calling the jQ on ready function
(function($) {
//now the ajax method of jQ is called...

$.ajax({
url: "login.php",
beforeSend: function() { $("#loadingsmiley.append("<img src="http://logd.tw.rpi.edu/files/loading.gif"></img>") /** this is where you do the loading thing assuming you're loading it into a div with ID of "loading"*/
success: function(data, xhr){
// do your xhr checks...if(xhr.success){
$("loading"wink.html(data);
}

});

}(jQuery));


Generally, the idea is that simple with jQuery.

(1) (Reply)

Experience Freelance Javascript Developer Urgently Needed For A Web Project / I Need An Android App / Retail Management Solutions For Hospitality, Shops, Stores ,restaurant And Bars

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 8
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.