Problems with makeEditable
Problems with makeEditable
Hi!! I am total newbie JQuery but wanted to use Datatables in one of my small project. I have this following code and I am trying to edit the table,
[code]
while ( $aRow = mysql_fetch_array( $rResult ) )
{
$row = array();
for ( $i=0 ; $i
[code]
while ( $aRow = mysql_fetch_array( $rResult ) )
{
$row = array();
for ( $i=0 ; $i
This discussion has been closed.
Replies
If you just want to send the id value as "value" so that the update script parses it into $value, simply change the name to "value"
[code][/code]