$(function() { $('[data-name]').each(function() { var attr = this.getAttribute('data-name') + ':30'; this.setAttribute('data-name', attr) }); });