[jQuery] jQuery and Browser Zoom

2009-03-01 Thread Miroku
Is there a way to detect through jQuery when a user zoom the page with the browser options? Thanx in advance ^^

[jQuery] Re: Ajax load() problems

2008-10-16 Thread Miroku
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").size > > will be > 0 if you go

[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

[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