[jQuery] Re: FrameReady Help

2007-06-26 Thread StarGate
i do use Firebug, and it says nothing ! And $.load(... changes nothing, still no loading On Jun 26, 10:22 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > You're calling a function called 'load'. Maybe you mean to call > $.load(...)? The "here" alert probably isn't firing because you > probably d

[jQuery] Re: FrameReady Help

2007-06-26 Thread StarGate
im using firebug, and nothing changes when i use $.load(. On Jun 26, 10:22 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > You're calling a function called 'load'. Maybe you mean to call > $.load(...)? The "here" alert probably isn't firing because you > probably don't have a function called

[jQuery] Re: FrameReady Help

2007-06-26 Thread Erik Beeson
You're calling a function called 'load'. Maybe you mean to call $.load(...)? The "here" alert probably isn't firing because you probably don't have a function called 'load', so execution is halting there. The FireBug extension for firefox would help you identify javascript errors like this. --E