<!--Please give a thumbs up if this was helpfull-->
<html>
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#table_id td.y_n').each(function(){
if ($(this).text() == 'N') {
$(this).css('background-color','#f00');
}
});
});
</script>
</head>
<body>
<table id="table_id">
<tr><th>Question</th><th>Y/N?</th></tr>
<tr><td>I am me.</td><td class="y_n">Y</td></tr>
<tr><td>I am him.</td><td class="y_n">N</td></tr>
<tr><td>I am not sure.</td><td class="y_n">Y</td></tr>
<tr><td>This is a table.</td><td class="y_n">Y</td></tr>
</table>
</body>
</html>
Code Example |
---|
Html :: vue emit |
Html :: html img max tam |
Html :: free landing page template html5 |
Html :: dropdown forms in bootstrap |
Html :: converting HTML table to image |
Html :: the <video tag |
Html :: viñetas html |
Html :: html preview pdf file |
Html :: html select component |
Html :: vue 3 emits |
Html :: how to make a footer in html extend to the bottom |
Html :: website html css |
Html :: table design in html |
Html :: table in bootstrap 4 |
Html :: html newline |
Html :: input tags html |
Html :: sell html templates |
Html :: how to select the another page section in html |
Html :: height 100% tailwind |
Html :: html cheat sheet |
Html :: html = sign |
Html :: what is the code element in html |
Html :: ean 13 barcode in javascript tutorial |
Html :: unordered list in html |
Html :: click button to go to sub pag on html |
Html :: how to select every element except first |
Html :: slider with steps |
Html :: html checkboxfor is not visible |
Html :: node js barcode generator |
Html :: password setCustomValidity html5 |