Taku,

Thank you for replying. I was finally able to figure it all out last
night. Also refactored the ajax module so all internal ajax requests are
sent as single variable objects.

Will
> This sample helps you?
>
> http://pepper.sherry.jp/jquery/newajaxfunc2.html
>
> $().load() / $().get() / $.().post() callback's 2nd argument shows status.
> If status == 'success', ajax request succeeded.
> If status == 'error', ajax request failed. (because file not found,
> timeout, etc.)
>
> When $().loadIfModified() / $().getIfModified called,
> the status of notmodified might return.
> When the file on the server has not been changed, notmodified is returned.
>
> This is useful to monitor the change of the file periodically.
>
>
> On 8/30/06, Will Jessup <[EMAIL PROTECTED]> wrote:
>   
>> Still working on the GetIfModified as outlined here:
>>
>> http://www.mail-archive.com/[email protected]/msg00481.html
>>
>> Any examples of how to use this properly? I'm not sure how to grab the
>> states "success, failure, notomdified" etc.
>>
>> will
>>
>> _______________________________________________
>> jQuery mailing list
>> [email protected]
>> http://jquery.com/discuss/
>>
>>     
>
>
>   


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to