Danske. Покупать GBP/USD

'; $(document).ready(function() { $('.fit').each(function(index){ $(this).attr('id','fit_'+index); $(this).after(startTable+'id="tc_'+index+'">'+endTable); $(this).attr('width','100%'); }); $('.trader-table-container').each(function(index){ $(this).append($('#fit_'+index)); }); $('.fit tr.header td').css('background','#EDEEF1'); /*$('table.fit tr.header').each(function(index){ $(this).find('td').first().not('.nofirst').css('color','#5a5a5a'); });*/ $('table.fit tr').each(function(index){ $(this).find('td').first().css('font-weight','bold'); }); $('.trader-table-place').each(function(index){ var tpw = $(this).find('.fit').attr('width'); nw = tpw + 14; if(tpw) { $(this).css('width',$(this).find('.fit').width()+14); } }); });