UNPKG

jquery-toad

Version:

jQuery TOAD - O velho e querido jQuery

8 lines (7 loc) 232 B
<body> <form> <label>Nome no GitHub:</label> <input type="text" id="nome" onkeyup="$('#avatar').attr('src', 'https://avatars.githubusercontent.com/' + $(this).val())"> <img id="avatar" src=""> </form> </body>