javascript - want to update dropdown in each row in the database using Ajax -
here ui screenshot. highlighted dropdown what want? as select option in dropdown should updated particular row in database using ajax below codes i've written. i'm beginner, please excuse if code not neat!! i'm using codeigniter front end <?php if( is_array( $fbrecords ) && count( $fbrecords ) > 0 ) foreach($fbrecords $r) { ?> <tr> <td><?php echo $r->fullname; ?></td> <td><?php echo $r->email; ?></td> <td><?php echo $r->mobile; ?></td> <td><?php echo $r->message; ?></td> <td><?php echo $r->jtime; ?></td> <td> <?php $data=array( 'name'=>'status', 'row' => '12px', 'id' => 'status', 'selected'=>'none', 'class'=>'statusclass' ); $data_status = array( 'none' => '...