Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to have 2 HTML files on JsFiddle?

Tags:

jsfiddle

I am studying a book here and there is a exercise that needs 2 HTML files and I want to know if its possible to have to HTML files in my JsFidle

like image 602
Ze Carioca Silva Avatar asked Oct 24 '25 04:10

Ze Carioca Silva


2 Answers

I do not believe it is possible. However, You could use Plunker. It's pretty similar, but allows you to create multiple files with your name extension. Was using it the other week to have a CSV as a data source. Plunker Site here

like image 161
EnigmaRM Avatar answered Oct 26 '25 23:10

EnigmaRM


This should help.

http://doc.jsfiddle.net/use/gist_response.html

Content of the http://gist.github.com/raw/606699/fiddle.response.html will be returned with text/html MIME type if this url will be loaded http://jsfiddle.net/gh/gist/response.html/606699/ using Ajax request.

.
like image 21
Paul Grime Avatar answered Oct 26 '25 23:10

Paul Grime