Is there a download function in jsFiddle?

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

    I found an article under the above topic.There by I could take the full code .I will mention it.

    Here are steps mentioned in the article:

    1. Add embedded/result/ at the end of the JSFiddle URL you wanna grab.

    2. Show the frame or the frame’s source code: right-click anywhere in the page and view the frame in a new tab or the source right-away (requires Firefox).

    3. Finally, save the page in your preferred format (MHT, HTML, TXT, etc.) and voilà!

    also you can find it : https://sirusdark.wordpress.com/2014/04/10/how-to-save-and-download-jsfiddle-code/

提交回复
热议问题