$(function(){ var mm = $('#message_manager'); $.getJSON('/cobrands/fixmybarangay/test-texts.json', function(data) { var items = []; $.each(data, function(k, v) { var item = $('').attr({ 'id': 'mm_text_' + v.id, 'name': 'mm_text', 'value': v.text }).wrap('
').parent().html(); var label = $('', { 'class': 'inline', 'for': 'mm_text_' + v.id }).text(v.text).wrap('').parent().html(); item = '' + item + ' ' + label + '