I don't know any jQuery method to debug load() but u can always use try and catch. However I think load() isn't probably the cause of problems. You should look for errors in javascript console - I bet you misspell some class name or sth. If not show us code;)
On 9 Gru, 12:52, ximo wallas <igguan...@yahoo.com> wrote: > Hello everyone! > I'm using load() to get some php content in ti a div, the PHP has a long > switch() conditional that brings back contents depending on var received, it > works fine, almost all the time... > Sometimes, the load function doesn't load anything, there's a callback > function for the load event, and it fires correctly, but nothing get loaded. > It is not a PHP problem cause if I pass the var via URL to the PHP document > it works, even further, the same request sometimes works, sometimes not... > Is this common? Can I get any error report from the load() function?