User:Hisa/tabletest: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 43: | Line 43: | ||
$("#ffcp_tf_enrichscore tr")[i1].cells[0].innerHTML = "<a href=\"/resource_browser/FF:"+cellcont.split(".").pop()+"\">"+cellcont+"</a>"; | $("#ffcp_tf_enrichscore tr")[i1].cells[0].innerHTML = "<a href=\"/resource_browser/FF:"+cellcont.split(".").pop()+"\">"+cellcont+"</a>"; | ||
} | } | ||
$("#ffcp_tf_enrichscore tbody td").not('.dt_sample_name').each(function(){ | |||
var cval= $(this).innerHTML; | |||
$(this).css({background: 'yellow'}); | |||
} | |||
); | |||
}); | }); | ||
Revision as of 17:50, 16 May 2012