4
I have the structure below. I need to access each value in jquery.
Array
(
[0] => stdClass Object
(
[post_id] => 140
)
[1] => stdClass Object
(
[post_id] => 141
)
[2] => stdClass Object
(
[post_id] => 142
)
)
to assist the colleague: http://ideone.com/sMTVM2
– Ivan Ferrer