JSFiddle - React, Tailwind, and code Playground

by Сергей Тарасевич

HTML

<img id="user_avatar" src="http://d0gmatist.pro/uploads/fotos/foto_1.png" data-login="D0Gmatist" alt="D0Gmatist">
<img id="user_avatar" src="http://d0gmatist.pro/uploads/fotos/foto_1.png" data-login="0Gmatist" alt="0Gmatist">

JavaScript

$(document).ready(function () {

   // $('[data-login]').data('login');
    //var login = $(this).data('login');
    alert(claim_sum);

    $('body').each(function () {
        alert($(this).data('login'));
    });
});