I am building a website, it based on past numbers of lottery results, now I’m stocked up at a place where I am going to search for some numbers in this table using JavaScript and the searched numbers will just change color or highlight.
For the search box: there will 3 rows and in each row there will be 5 boxes because the results is 5 draw.
Reason for the search is to make it easier to forecast or predict the next draw.
This is the code example
\<div class=“row”\>
\<div class=“column”\>
\<table\>
\<tr\>
\<td\>24-54-70-89-60\</td\>
\</tr\>
\</table\>
\</div\>
\<div class=“column”\>
\<table\>
\<tr\>
\<td\>52-76-51-72-54\</td\>
\</tr\>
\</table\>
\</div\>
\<div class=“column”\>
\<table\>
\<tr\>
\<td\>11-7-9-31-15\</td\>
\</tr\>
\</table\>
\</div\>
\</div\>
\<div class=“row”\>
\<div class=“column”\>
\<table\>
\<tr\>
\<td\>67-24-12-8-90\</td\>
\</tr\>
\</table\>
\</div\>
\<div class=“column”\>
\<table\>
\<tr\>
\<td\>52-76-51-72-54\</td\>
\</tr\>
\</table\>
\</div\>
\<div class=“column”\>
\<table\>
\<tr\>
\<td\>11-7-9-31-15\</td\>
\</tr\>
\</table\>
\</div\>
Via Active questions tagged javascript - Stack Overflow https://ift.tt/yqjL4VK
Comments
Post a Comment