[jQuery] using .load() and getting a 404 response

2006-12-11 Thread Jeff L
Hi all, I was wondering about using the .load() method with jQuery. I have some code that works great, however if for some reason the page that is being loaded using .load returns a 404 status, jQuery doesn't seem to recognize this - the code just continues executing. It likely won't be a huge

Re: [jQuery] using .load() and getting a 404 response

2006-12-12 Thread Jeff L
Hi Dave, Can you provide me some example code to check those two options? I don't see that documented in the API. Jeff On 12/11/06, Dave Methvin <[EMAIL PROTECTED]> wrote: > I was wondering about using the .load() method with jQuery. > I have some code that works great, however if for so