Select and copy code from jsfiddle

Is it possible to select and copy the code that I wrote in jsfiddle? When I try to select a code (Chrome 28.0, Mac OSX), the text will be canceled as soon as I release mouseclick (quasi onmouseup).

Sorry if you already have a similar question, but this is difficult for google jsfiddle related issues.

+6
source share
2 answers

I have the same problem with Firefox 28, but I found that the solution is to click on any window where you want the code to get the cursor, and then click the + a control (windows - select all shortcuts), then do control + c (windows - copy shortcut). If you don’t want all the code to just paste it into notepad, and then copy whatever part you need.

+1
source

Simple: click "Run" before copying.

The backlight does not work when something is done in the jsfiddle screen results pane (for example, when I click the button). To perform backlighting again, to get the screen back to its original state by clicking Run or Refresh (tiddy and fork probably also work).

0
source

Source: https://habr.com/ru/post/951492/


All Articles