Quantcast
Channel: Question and Answer » json
Viewing all articles
Browse latest Browse all 148

drupal 7 AJAX loaded node returns two different formats

$
0
0

hi I’m loading some node info via AJAX and in one instance it works fine, the other instance I get raw information back, I’m not sure if this raw info if JSON (as I’m not sure what JSON is), but what ever it is I can’t read it very easily.

the console shows a POST response in the correctly formatted return, and a GET response in the raw return. both console response and HTML appear the same.

can’t help thinking this might just be one step away from working?

the incorrect output (and the response for both) looks like this:

[{"command":"settings","settings":{"basePath":"/artwork/","pathPrefix":"","ajaxPageState":{"theme":"artwork","theme_token":"NHqG3ts0_aOKkszDDB8aCXWjqLJtr7Ttcf-gocofV1Q"}},"merge":true},{"command":"insert","method":"html","selector":".view-artwork
.view-content","data":"u003Carticle class=u0022node-2 node
node-artwork view-mode-full clearfixu0022u003Enn
u003Cheaderu003En n u003Ch2 class=u0022node__title
node-titleu0022u003EConnections 1u003C/h2u003En n n
u003C/headeru003En n u003Cdiv class=u0022field
field-name-field-image field-type-image
field-label-hiddenu0022u003Eu003Cdiv
class=u0022field-itemsu0022u003Eu003Cdiv class=u0022field-item
evenu0022u003Eu003Cimg
src=u0022http://localhost/artwork/sites/default/files/styles/large/public/connections.jpg?itok=d2_8CUQ8u0022
width=u0022800u0022 height=u0022800u0022
/u003Eu003C/divu003Eu003C/divu003Eu003C/divu003Eu003Cdiv
class=u0022field field-name-body field-type-text-with-summary
field-label-hiddenu0022u003Eu003Cdiv
class=u0022field-itemsu0022u003Eu003Cdiv class=u0022field-item
evenu0022u003Eu003Cpu003EA Painting of a field of
Cows.u003C/pu003Enu003C/divu003Eu003C/divu003Eu003C/divu003Eu003Cdiv
class=u0022field field-name-field-size field-type-text
field-label-hiddenu0022u003Eu003Cdiv
class=u0022field-itemsu0022u003Eu003Cdiv class=u0022field-item
evenu0022u003E100x100u003C/divu003Eu003C/divu003Eu003C/divu003Eu003Cdiv
class=u0022field field-name-field-method field-type-text
field-label-hiddenu0022u003Eu003Cdiv
class=u0022field-itemsu0022u003Eu003Cdiv class=u0022field-item
evenu0022u003EOil on
canvassu003C/divu003Eu003C/divu003Eu003C/divu003Eu003Cdiv
class=u0022field field-name-field-availablility field-type-list-text
field-label-hiddenu0022u003Eu003Cdiv
class=u0022field-itemsu0022u003Eu003Cdiv class=u0022field-item
evenu0022u003Eu003Ca
href=u0022contactu0022u003EEnquireu003C/au003Eu003C/divu003Eu003C/divu003Eu003C/divu003En
n nu003C/articleu003En","settings":null}]


Viewing all articles
Browse latest Browse all 148

Trending Articles