bump
On Oct 8, 1:20 pm, mattastic wrote:
> Could someone please tell me how I can reference the loading div to
> change the background color?
>
> Many thanks
Could someone please tell me how I can reference the loading div to
change the background color?
Many thanks
xample.cfm',{peram1 : 'hello',peram2 : 'world',
> > myval : $
> > ('.myinput').val()},function(data){
> > alert($(data).find('result').text());
> > });
> > return false;
&g
(function(){
$('#loading').show();
});
$.ajaxStop(function(){
$('#loading').hide();
});
}
Name:
on it or putting it
> wherever you want it. you can do better things if you want but if you
> just trying things for the first time this will do :P
>
> On Sep 28, 10:58 am, mattastic wrote:
>
> > Could soneone please show me an example of a simple ajax post to a
> > coldfusion page, with a loading graphic?
>
> > I cant find an appropriate example in the documentation.
>
> > Thankyou
Could soneone please show me an example of a simple ajax post to a
coldfusion page, with a loading graphic?
I cant find an appropriate example in the documentation.
Thankyou
6 matches
Mail list logo