Is there a download function in jsFiddle?

前端 未结 16 2705
小鲜肉
小鲜肉 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:29

    Ok I found out:

    You have to put /show a after the URL you're working on:
    http://jsfiddle.net//show/
    It is the site that shows the results.

    And then when you save it as a file. It is all in one HTML-file.

    For example:
    http://jsfiddle.net/Ua8Cv/show/
    for the site http://jsfiddle.net/Ua8Cv

提交回复
热议问题