[jQuery] Re: Ajax load() problems

2008-10-16 Thread Miroku
I get [object Object] so I have a valid jQuery Object... and now how do I make my load work? =___= On 15 Ott, 23:06, MorningZ <[EMAIL PROTECTED]> wrote: > "how do I verify that?" > > quick and dirty way...  "alert" it: if you are using firebug (which > you should be!), type this in the console af

[jQuery] Re: Ajax load() problems

2008-10-15 Thread MorningZ
"how do I verify that?" quick and dirty way... "alert" it: if you are using firebug (which you should be!), type this in the console after the page loads: alert($("some selector")) you should get [object Object] as the result if it's something you need to check in code $("some selector")

[jQuery] Re: Ajax load() problems

2008-10-15 Thread Miroku
Don't really know if I have a valid jquery object... how do I verify that? and... sorry but what do you mean by "Miroku, are you including this in another page."? ^^;; On 15 Ott, 15:27, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >  Miroku, are you including this in another page. Do you have a

[jQuery] Re: Ajax load() problems

2008-10-15 Thread [EMAIL PROTECTED]
Miroku, are you including this in another page. Do you have a valid jquery object form the call $("#azioni")? I had a weird problem a couple days back where the load would work the first time I clicked it, but the next time I clicked it, the whole page would reload. This was the result of javas

[jQuery] Re: Ajax load() problems

2008-10-15 Thread Miroku
http://www.w3.org/1999/xhtml";> function alCaricamento(){ $('#contenuti').load('chat/chat.php?prova=x'); } that's the page that works... the first one to be loaded this one below is chat.php when the function neither alone neither by clicking the link works