Guest User

Untitled

a guest
Jun 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $(".lista_jogos").on("click", "a.selecionar_jogo", function (e) {
  2. var id_relacionamento = $(this).attr('id-jogo');
  3. var id_jogo = $(this).attr('data-id_select');
  4. $('.borda_' + id_jogo).attr('style', 'border:2px solid red');
  5. //alert(id_relacionamento+' - '+id_jogo);
  6. });
Add Comment
Please, Sign In to add comment