[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
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 got items On Oct 15, 4:27 pm, Miroku [EMAIL PROTECTED] wrote: Don't really know if I have a valid jquery object

[jQuery] Re: Ajax load() problems

2008-10-15 Thread Miroku
html xmlns=http://www.w3.org/1999/xhtml; head meta http-equiv=Content-Type content=text/html; charset=utf-8 / title/title link href=css/main.css rel=stylesheet type=text/css media=screen / link href=css/chat.css rel=stylesheet type=text/css media=screen / script src=javascript/jquery-1.2.6.min.js

[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 valid

[jQuery] Ajax load() problems

2008-10-14 Thread Miroku
Hi guys, I'm having problems with the Ajax load() function. I use it one time and then I'm not able to use it anymore. I know there's a section for this in the FAQ but there it talks about links... I need to use that function with the onload event or in the body inside a javascript tag, so I