rioleal Posted April 20, 2015 Report Share Posted April 20, 2015 (edited) Eu utilizo esta classe em um arquivo js para ser utilizada por todo o site: function prodEscolhido() { var produto; this.pegaProduto = function () { return produto; }; this.setaProduto = function (valor) { produto = valor; }; } Mas quando clico no botão e o site muda de página, a classe perde seu valor e retorna undefined. Edited April 20, 2015 by rioleal Quote Link to comment Share on other sites More sharing options...
Question
rioleal
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.