Is there a download function in jsFiddle?

前端 未结 16 2728
小鲜肉
小鲜肉 2020-12-02 03:37

Is there a download function in jsFiddle, so you can download an HTML with the CSS, HTML and JS in one file, so you can run it without jsFiddle for debug purposes?

16条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-02 04:23

    Adding /show does not present a pure source code, it's an embedded working example. To display it without any additional scripts, css and html, use:

    http://fiddle.jshell.net//show/light/
    

    An example: http://fiddle.jshell.net/Ua8Cv/show/light/

提交回复
热议问题