Skip to content

Instantly share code, notes, and snippets.

@rymoore99
Created March 4, 2014 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rymoore99/9355044 to your computer and use it in GitHub Desktop.
Save rymoore99/9355044 to your computer and use it in GitHub Desktop.
An example Gist => JSFiddle
#results {
font-size:16px;
color:red;
font-weight:bold;
}
<div id='results'></div>
$(function(){
$('#results').text('Fiddle Worked!')
});
name: Gist => JSFiddle Example
description: Good example of publishing your Gist to JSFiddle!
authors:
- Ryan Moore
resources:
- http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js
normalize_css: no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment