agregar atributo con id jquery code example
Example 1: agregar atributo con id jquery
$('.foto1').attr('src', 'img/perfil.png');
Example 2: agrgar atributo con id jquey
$('.tabs').attr('id', 'hola mundo.');
Example 3: agregar atributo html con id jquery
$('#foto1').attr('src', 'img/perfil.png');