Is there a download function in jsFiddle?

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

    You have to put /show a after the URL you're working on:

    For example:

    "http://jsfiddle.net/rkw79/PagTJ/show/"
    

    for Field URL :

    "http://jsfiddle.net/rkw79/PagTJ/"
    

    after that save the file and go to the show folder(or the file name you have saved with) under that folder u will get a html file show_resource.HTML .that is your actual file.now open it in browser and view the source code. Best of luck--------Ujjwal Gupta

提交回复
热议问题