suppose I have a file like the attached (in Json format) and I want to read the contents and then display them on the page. This is actually for a mobile web page but I don't think it matters. Suppose I want to display the fields
stockname stockmarket date explanation market open time prediction
sony TSE 10/2/12 Open 12:30 GMT up
nintendo TSE 10/2/12 Open 12:30 GMT up
etc.
If possible I would like to use jquery but if not ajax is good. I think it is possible to do this without php but just using javascript.
do u want to use ajax request to get the file and then display it?