not seeing code on jsfiddle, only result [closed]

2019-02-19 11:01发布

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条回答
该账号已被封号
2楼-- · 2019-02-19 11:44

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

查看更多
登录 后发表回答