Answers for "agregar atributo html con id jquery"

0

agregar atributo con id jquery

$('.foto1').attr('src', 'img/perfil.png');
Posted by: Guest on February-17-2021
0

agregar atributo html con id jquery

$('#foto1').attr('src', 'img/perfil.png');
Posted by: Guest on February-17-2021

Browse Popular Code Answers by Language