Is there a way to detect through jQuery when a user zoom the page with
the browser options?
Thanx in advance ^^
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
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
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