jsFiddle is a tool for web developers to test HTML, CSS, and JavaScript code inside your web browser.
0
votes
1answer
34 views
Community website similar to OpenProcessing.org for HTML5 Canvas
Is there a community website similar to OpenProcessing.org, but for the HTML5 Canvas element (or one of the various Canvas libraries)? It should offer the possibility to view the code that others have ...
1
vote
1answer
100 views
jsFiddle.net sudden problems: 'getCode is not a function'
Is anyone else having problems with jsFiddle.net ?
When clicking button "run" nothing happens, firefox error log says: this.editor.getCode is not a function.
On "jsHint" (what's up with that, ...
0
votes
1answer
94 views
See previous and subsequent versions of a jsfiddle page
Is there any way to see all previous and subsequent versions of a jsfiddle page? This page here was edited from a previous version, but I can't find a list of previous versions. I hope jsfiddle has ...
1
vote
1answer
165 views
jsFiddle: Default tab
Is it possible to specify the jsFiddle default tab in embed mode?
For example, I created this jsFiddle, which has no JavaScript, and embedded it into my blog: http://blog.rastasoft.ir/node/46/
But ...
4
votes
3answers
221 views
Moving Fiddle from Dashboard to Public
So, I feel a bit silly asking this, but I can't find anything in the docs. I have one fiddle under my Public Fiddles, and several under Dashboard.
How do I move a fiddle from Dashboard to Public ...
1
vote
0answers
93 views
Code folding in jsFiddle
Is it possible to enable code folding in jsFiddle? I've found that long Javascript files can become unwieldy without code folding.
(I'm referring to the feature in Geany or the Eclipse IDE that makes ...
1
vote
3answers
804 views
Can full screen mode be activated in JSFiddle?
I have the following JSFiddle, http://jsfiddle.net/brantolsen/ejUWt/. It does the simple task of changing from full screen to non-full screen each time the body is clicked. This works correctly when ...
5
votes
3answers
590 views
Is it safe to click on a jsfiddle or jsbin link?
In forums, I see more and more questions that use jsfiddle or jsbin to share live examples.
My question: are these links safe? Would it be possible that somebody includes malicious code in a public ...
8
votes
2answers
879 views
How to delete obsolete JSFiddle versions?
Can anyone tell me how I delete obsolete JSFiddle versions, but keep the base version?
10
votes
2answers
2k views
How do I make a script public in JSFiddle?
If I have a private script, how can I make it public?
According to JSFiddle, the script must be the base version and have a title.
My current script has no title. I tried entering in a title and ...
1
vote
2answers
281 views
How can I see which versions of a JSFiddle are available?
JSFiddle uses urls in the form of http://jsfiddle.net/<user>/<script>/<revision>/ where revision is an incremental number. Is there any way to see other revisions of a script easily ...
7
votes
1answer
2k views
How do I change a JSFiddle to no longer be public?
I created a new JSFiddle and made it public by entering a title upon saving it the first time.
If I try removing the title and then updating the script and setting the new version as the base, the ...