Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Highlight and copy code from jsfiddle

Tags:

jsfiddle

is it possible to select and copy code I've written in jsfiddle? When I try to select code (Chrome 28.0, Mac OSX), the text get deselected as soon as I release the mouseclick (quasi onmouseup).

Sorry if there is already a similar question, but it's hard to google jsfiddle related problems.

like image 368
Alexander Scholz Avatar asked Aug 11 '13 13:08

Alexander Scholz


1 Answers

I have the same problem with Firefox 28 but I found the solution is to click in whichever box you want the code from to get the cursor and then click control+a (windows - select all shortcut) then control+c (windows - copy shortcut). If you don't want all the code just paste it into notepad and then copy whichever portion you desire.

like image 154
ScottyG Avatar answered Oct 06 '22 12:10

ScottyG