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 replace all the page texts via js and the page is
pretty big, I think it would take its time to process, and maybe crash your
browser.

-- 
Joan Piedra  ||  Frontend web developer
http://www.justaquit.com/  ||  http://www.joanpiedra.com/

Reply via email to