When I start a webkit browser instance and enter http://localhost, the result of $this.innerWidth() is right (I used jQuery).
But if I tried to refresh the page, the result of $this.innerWidth() will change, which is wrong. It seems no sense, as I think refresh is the same to start a new page loading.

And this only happens in webkit browser, any recommendations ?

Thanks in advance !

link|improve this question

Can you be more specific? When (on page load, straight in the header, etc.), how and on what are you using innerWidth()? What's the wrong value (is it bigger, smaller, 0, random)? – deceze Sep 10 '10 at 2:34
1  
Refreshing is not the same as reloading. Some inputs values remains too. – Erik Escobedo Sep 10 '10 at 2:41
feedback

1 Answer

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.