How do I just SAVE jsFiddle and not get a new version

In the documentation:

The β€œSave” or β€œFork” buttons are always present in the user interface. The first appears if the script is not loaded, the latter is used to create a new violin from the existing one.

I ONLY see SAVE when the fiddle is completely new, then RUN / update / fork. In Fx4 and Safari 5 on MAC (and Fx 4 on PC)

enter image description here

UPDATE: The new BASE functionality does exactly what I wanted.

New version

From FAQ

Stack overflow for professional and software enthusiasts, people who write code because they like it. We feel the best stack overflow problems. They have some source code, but if your question usually covers ...

  • specific programming problem
  • software algorithm
  • software commonly used by programmers
  • questions that are unique to the programming profession

... then you are in the right place to ask your question!

+56
jsfiddle
Apr 30 '11 at 12:45
source share
3 answers

When you go into JsFiddle, you will get the Install as a basic button, which will make the revision that you are working on in the basic version - think of it as an alias for john / 7hd62 / 12 / β†’ john / 7hd62 / .

+56
May 13 '11 at 11:18
source share

I ran into a problem when dialing as a base does not save my work. The solution was as follows:

  • make changes.
  • Update to get the new version.
  • Set as base.

Hope that helps

+15
Feb 22 '13 at 8:52
source share

I always use Update to save and create a new version.

I did not see the Save button ... it is possible that we cannot save to the version, but we always need to update it to the new version so that everyone can see the same code in a certain version.

+2
Apr 30 2018-11-11T00:
source share



All Articles