- Registriert
- 13.05.06
- Beiträge
- 373
Hiho!
Ich kriege wenn wich mit nem onClick Event die Funktion:
function updateContent(key){
$.post("inc/getContent.php", {key : key},
function(data){
$('#midframe').innerHTML = data;
});
}
ausführe, diesen Error:
TypeError: 'undefined' is not a function (evaluating '$.post("inc/getContent.php", {key : key},
function(data){
$('#midframe').innerHTML = data;
})')
jquery.js is oberhalb meines ajax.js included...
Ich hoffe jemand kann mir da helfen
LG
Ich kriege wenn wich mit nem onClick Event die Funktion:
function updateContent(key){
$.post("inc/getContent.php", {key : key},
function(data){
$('#midframe').innerHTML = data;
});
}
ausführe, diesen Error:
TypeError: 'undefined' is not a function (evaluating '$.post("inc/getContent.php", {key : key},
function(data){
$('#midframe').innerHTML = data;
})')
jquery.js is oberhalb meines ajax.js included...
Ich hoffe jemand kann mir da helfen

LG