[jQuery] JSON doesn't work
Hope anyone here can help me, i'm having some problems with $.getJSON.
http://tsdme.nl/digitaalmuseum/
This page is using getJSON to get information about a painting and
then loads it. Only problem... it doesn't work in other browsers
except Firefox, sometimes at least... refreshing seems to work
sometimes to show the first painting.
The PHP file simply builds the JSON object with json_encode and sets
the appropriate gzip headers and application/json
TIA