bosko
New member
Hallo,
kann man eine Variable in einer Variable einbauchen:
mir geht es um den Bereich:
txtedit: editorCM_' + id + '.getValue()
gibt es da eine möglichkeit...
gruß
kann man eine Variable in einer Variable einbauchen:
HTML:
$("span#save_$id").click(function(e) {
var id = "$id";
e.preventDefault();
$.ajax({
type: "POST",
url: "index.php?key=$hash_pass",
data: {
a: 'edit_save',
file: id,
txtedit: editorCM_' + id + '.getValue()
},
txtedit: editorCM_' + id + '.getValue()
gibt es da eine möglichkeit...
gruß