为什么我的json会返回不同的数据?

时间:2015-02-25 23:39:28

标签: jquery ajax json

不确定为什么会这样,但我相信这可能会导致我遇到的问题。当我在浏览器的url栏中输入http://travismichael.net/travis/js/projects.js?1时,我得到了我的json数据,但没有在浏览器窗口中返回我的“id”属性。但是如果我将这个URL http://travismichael.net/travis/js/projects.js?5放在url浏览器栏中,它就可以了,并在projects.js文件中返回正确的json。我不知道为什么它有1-4的问题,但不是5和更高。 我正在比较网址栏中的最后一段,如果你还没弄明白的话。

带有0到4之间值的最后一段的url返回的是projects.js文件但是它的旧版本。这真的很奇怪我甚至不知道它是如何做到的。+

返回Bad json并且脚本不起作用:

http://travismichael.net/travis/js/projects.js?0
http://travismichael.net/travis/js/projects.js?1
http://travismichael.net/travis/js/projects.js?2
http://travismichael.net/travis/js/projects.js?3
http://travismichael.net/travis/js/projects.js?4

好的json回归:

http://travismichael.net/travis/js/projects.js?5
http://travismichael.net/travis/js/projects.js?6
http://travismichael.net/travis/js/projects.js?7
http://travismichael.net/travis/js/projects.js?8
http://travismichael.net/travis/js/projects.js?9

以上 我不知道这是怎么回事。这是我的json:

    {
      "projects":[
          {
            "id":"0",
            "title":"Heller Recipes", 
            "description":"This web applications was developed to keep track of my dads recipes and make them easily accesible.He is now able to check each user and make a dinner based on what everybody likes or in some cases dont like. ",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"web-app",
            "largePic":"img/projects/heller-recipes/thumb.jpg", 
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        },  
        {
            "id":"1",
            "title":"3D Animation", 
            "description":"Created using 4D Cinema Max, a 3d anitmation program that allows you to create realistic renderings and animations.",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"3d",
            "largePic":"img/projects/4dmax.jpg",
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        }, 
        {
            "id":"2",
            "title":"Body by Design", 
            "description":"This web applications was developed to keep track of my dads recipes and make them easily accesible.He is now able to check each user and make a dinner based on what everybody likes or in some cases dont like.",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"wordpress",
            "largePic":"img/projects/bbd.jpg",
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        }, 
        {
            "id":"3",
            "title":"Team Bootcamp", 
            "description":"Tshirt Design for Lifetime Fitness",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"illustration",
            "largePic":"img/projects/bootcamp.jpg",
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        },
        {
            "id":"4",
            "title":"Digital Painting", 
            "description":"Digital Painting",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"illustration",
            "largePic":"img/projects/digitalpaint.jpg",
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        },
        {
            "id":"5",
            "title":"Alien Flash Animation", 
            "description":"Quick flash animation of a abduction from aliens",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"animation",
            "largePic":"img/projects/flashalien.jpg",
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        },
        {
            "id":"6",
            "title":"InHealth CDS", 
            "description":"Web site made for inhealth cds.",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"web-design",
            "largePic":"img/projects/inhealthcds.jpg",
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        },
        {
            "id":"7",
            "title":"InHealth Product Video", 
            "description":"",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"web-design",
            "largePic":"img/projects/inhealthvideo.jpg",
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        },
        {
            "id":"8",
            "title":"Single Web Page App", 
            "description":"Single web page application made for marketing the sales of longrange treatment of cattle to show the difference between users company and the competitors treatment product.",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"web-app",
            "largePic":"img/projects/longrange.jpg",
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        },
        {
            "id":"9",
            "title":"Single Web Page App", 
            "description":"Single web page application made for marketing the sales of preventive treatment for dogs to show the difference between users company and the competitors treatment product.",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"web-app",
            "largePic":"img/projects/nexgard.jpg",
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        },
        {
            "id":"10",
            "title":"Pinup Illustration", 
            "description":"2d illustration of a war pinup girl using graphite pencils.",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"illustration",
            "largePic":"img/projects/pinup.jpg",
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        },
        {
            "id":"11",
            "title":"Responsive Web Design", 
            "description":"The ability to design web apps using mobile first concepts. A quick representation of a starbucks strore app using responsive design.",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"web-design",
            "largePic":"img/projects/rwd.jpg",
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        },
        {
            "id":"12",
            "title":"Web Agency Site Developement", 
            "description":"An interactive site that displays the agencies character and style using animations and a style guide that meshes with the branding and image of the company.",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"web-design",
            "largePic":"img/projects/satori.jpg",
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        },
        {
            "id":"13",
            "title":"Tshirt-Design for Fitness club", 
            "description":"Tshirt design made for a Crossfit fitness club called NoQuarter",
            "technologiesUsed":"CodeIgniter, PHP, Sequel Pro, Javascript, jQuery,HTML5, CSS3, SASS, Foundation 5.0",
            "projectLink":"http://www.google.com",
            "genre":"illustration",
            "largePic":"img/projects/tshirtdesign.jpg",
            "desktopImg":"img/projects/heller-recipes/desktop.png",
            "desktopMobile":"img/projects/heller-recipes/mobile.png"
        }
    ]


}

0 个答案:

没有答案