$("option").each(function(){ var name = $(this).text(); var text = name.match(/\{(\d+)/)[1]; $(this).attr('data', text); });