[jQuery] Re: editinplace plugin - change bakground color of loading div

2009-10-09 Thread mattastic
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

[jQuery] editinplace plugin - change bakground color of loading div

2009-10-08 Thread mattastic
Could someone please tell me how I can reference the loading div to change the background color? Many thanks

[jQuery] Re: Simple Jquery AJAX post

2009-09-30 Thread mattastic
xample.cfm',{peram1 : 'hello',peram2 : 'world', > > myval : $ > > ('.myinput').val()},function(data){ > >                  alert($(data).find('result').text()); > >                 }); > >                 return false; &g

[jQuery] Re: Simple Jquery AJAX post

2009-09-29 Thread mattastic
(function(){ $('#loading').show(); }); $.ajaxStop(function(){ $('#loading').hide(); }); } Name:

[jQuery] Re: Simple Jquery AJAX post

2009-09-29 Thread mattastic
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

[jQuery] Simple Jquery AJAX post

2009-09-28 Thread mattastic
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