[jQuery] Re: Reload Page?

2007-09-27 Thread bweaverusenet
Your DOM updates won't be sticky, but "to reload the page" you can window.location.reload(). Of course, you seem to be headed in a cleaner direction: just changing the text elements in the DOM directly instead of reloading the page. On Sep 27, 11:23 am, Danjojo <[EMAIL PROTECTED]> wrote: > Is it

[jQuery] Re: Reload Page?

2007-09-27 Thread Joan Piedra
On 9/27/07, Danjojo <[EMAIL PROTECTED]> wrote: > > > $.cookie('language', country, {expires: 7}); // set cookie if you just want to reload the page, you could use window.reload(); $.cookie('language', country, {expires: 7}); // set cookie window.reload(); I believe if you try to

[jQuery] Re: Reload page

2007-05-03 Thread Massimiliano Marini
Hi Fabyo, > location.reload(); Tnx 1K :) -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: Reload page

2007-05-03 Thread Fabyo Guimaraes
location.reload(); 2007/5/3, Massimiliano Marini <[EMAIL PROTECTED]>: Hi all, It is possible to recharge the entire page like a refresh? If yes how? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay