Maniac
Erfahrenes Mitglied
Was kommt denn genau zurück vom AJAX? in der FireBug "Netzwerk-Konsole" schon mal nachgesehn? eventuell noch
Und ebenfalls in der normalen FireBug-Konsole nachsehen was ankommt.
Code:
$.post('./functions.php', {height: imgHeight, width: imgWidth, href: imgHref}, function(data){
console.log(data);
});
Und ebenfalls in der normalen FireBug-Konsole nachsehen was ankommt.