Skip to content

Instantly share code, notes, and snippets.

@digitalicarus
Last active December 17, 2015 07:59
Show Gist options
  • Select an option

  • Save digitalicarus/5576876 to your computer and use it in GitHub Desktop.

Select an option

Save digitalicarus/5576876 to your computer and use it in GitHub Desktop.
Test JSFiddle Gist integration
aside {
background: green;
color: white;
}
<aside></aside>
$(function() {
$('aside').html("Gists with Fiddles? So you're sayin there's a chance.");
});
name: fiddle integration tryit!
description: just trying github / jsfiddle casserole http://doc.jsfiddle.net/use/gist_read.html
authors:
- A to the H
resources:
- //ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment