editable passing ID (help)

editable passing ID (help)

xintellxintell Posts: 13Questions: 0Answers: 0
edited September 2012 in DataTables 1.8
here's my code
[code]
$('.edit_area').editable("save.php", {
type: 'textarea',
cancel: 'Cancel',
submit: 'Save',
});
[/code]
with this
[code]
simple text 1 // ID = 1
simple text 2 // ID = 2
simple text 3 // ID = 3
[/code]
and the problem is how to pass the value of ID while passing the value of text
$_POST['value'] = TEXT VALUE
$_POST['ID'] = ID VALUE // HOW TO DO THIS?
This discussion has been closed.