Senario: To be able to access a particular cell <td></td> on one of the rows in HTML table. Using jQuery we can easily access a particular row and then target a cell of a HTML table easily by using the eq() traversal filter method and the :nt-child() pseudo-class methods available.