function getMerItemsAlpha(cont,letter) { $(cont).html('
| '; $(data).find('Merchant').each(function() { htm += ' | ||
| ' +
'' +
' ' +
''+
' '+
''+
'' +
$(this).attr('cashback') +''+
'
| '+
' ' + ' ' + $(this).attr('description') + ' ' + '' + '' + 'More Details'; if ($(this).attr('hasCoupons') == 'true') htm+=' Promo Codes'; if ($(this).attr('hasHotDeal') == 'true') htm+=' Hot Deals'; if ($(this).attr('hasFreeShipping') == 'true') htm+=' Free Shipping'; htm+=' '; }); htm += ' |
|---|