Skip to content

Instantly share code, notes, and snippets.

@mvnp
Created May 22, 2019 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvnp/df21a3a75a230b0b26ee55256b454560 to your computer and use it in GitHub Desktop.
Save mvnp/df21a3a75a230b0b26ee55256b454560 to your computer and use it in GitHub Desktop.
$(this).closest('div.escopo-pergunta').find('img').attr({
src: 'https://sbcdados.com.br/painel/img/unchecked.png',
});
$(this).attr({
src: 'https://sbcdados.com.br/painel/img/checked.png',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment