php/Ajax - Best practice for pre-loading images

前端 未结 4 860
旧时难觅i
旧时难觅i 2021-01-01 06:58

I have put together a script which is very much like the flickr photostream feature. Two thumbnails next to each other, and when you click the next or prev links the next (o

4条回答
  •  轮回少年
    2021-01-01 07:24

    Fetching JSON Via Ajax will just slow you down.

    You're better off using inline JSON and generated Javascript.

     
     
    

提交回复
热议问题