not seeing code on jsfiddle, only result [closed]

给你一囗甜甜゛ 提交于 2019-12-01 08:38:44

问题


I keep looking at jsfiddle's posted on other questions here, but for some reason I can only see the results and not the code

At first it seemed like this was happening randomly but now it seems pretty consistent

How can a JSfiddle render a result without any code?

I'm not sure what is happening actually. But I'm seeing this in firefox and chrome. Here is the latest example http://jsfiddle.net/vikikamath/QU6WP/1/

thanks for any insight

obligatory code that I will ask about if I can't view that jsfiddle

<div id="graphcontent">
            <strong></strong>
        </div>
        <div id="subcontent" class="line">Open Requests<div id="count">13</div></div>
        <div id="subcontent" class="line_completed">Completed Requests</div>

回答1:


jsFiddle has recently (actually quite a while back) switched to a new design, and the old design (cached by the browsers) stopped working (CSS, HTML and javascript all showed a blank frame).

If you see a blue favicon (the old one; the new one is black) and a toolbar with gradient (the new one are just single-color rectangles for buttons), it's time to reload. Not an ordinary reload, you need CTRL+F5 or CTRL+SHIFT+R



来源:https://stackoverflow.com/questions/14326559/not-seeing-code-on-jsfiddle-only-result

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!