Guest User

Untitled

a guest
May 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $('#' + convertNameToId(name) + '-botao-plano').attr('onClick', abrirPlano(result[i].pla_id, month, year));
  2.  
  3. $('#' + convertNameToId(name) + '-botao-plano').attr('onClick', function() { abrirPlano(result[i].pla_id, month, year) });
Add Comment
Please, Sign In to add comment