Posts by Larissa • 1 point
2 posts
-
0
votes1
answer114
viewsA: cookie manipulation
My script: var _t = $('body').translate({lang: "pt", t: t}); var str = _t.g("translate"); console.log(str); $(".lang_selector").click(function(ev) { var lang = $(this).attr("data-value");…
-
-4
votes1
answer114
viewsQ: cookie manipulation
Good morning Personal, I have a company website, and my task is to do Translate. It was requested to be in javascript and so it was done. So when I click on the flag, and select the language, the…