[jQuery] Re: .load preventing links on page from working

2008-12-08 Thread ykoorb
I tried to produce a simple test case to send out, however, i couldn't repeat the behaviour in the simple case. Since i sent my original post i've attempted a couple of non-jQuery approaches and they all seemed to suffer the same problem. For this reason i'm thinking there must be something in my

[jQuery] Re: .load preventing links on page from working

2008-12-05 Thread ricardobeat
Nothing in the load() function prevents any clicks or interaction to happen, unless the ajax object is configured to be synchronous. If you provide a test page showing the issue someone might be able to help. cheers, - ricardo On Dec 5, 7:26 am, ykoorb <[EMAIL PROTECTED]> wrote: > Hey everyone,