Hallo tobi85,
Ok, also mein JSON, welches ich von PHP erhalte, sieht wie folgt aus
{"preis":"155.00","uvp":"169.00"}
Das kann nicht sein, das sieht bereits geparsed aus.
Ich versuche nun erstmals die Ausgabe des Array mit console.log(JSON.parse(r)); unf bekomme folgende Fehlermeldung SyntaxError: JSON.parse: unexpected character at line 1 column 2 of the JSON data
Was sagt denn console.log(r)
?
Das JQUERY lade ich über die CDN von Google
Aha, moment, jQuery parsed bei AJAX-Requests JSON oft schon automagisch. Kann es sein, dass du das bereits geparsede JSON nochmal in JSON.parse
steckst?
LG,
CK