How my jQuery function work on whole table?
I have a problem in my code. My jQuery code is only implement of the first row of table not on others. Here is my code: <tr> <td><?php echo $row['serial no.'] ?></td> <td><?php echo $row['pname'] ?></td> <td><input type="text" class="form-control" id="prate"…