$( document ).ready(function() { $.each($('div'), function (index, item) { $(item).attr('data-testdata', index); }); });