Skip to content

Instantly share code, notes, and snippets.

@dandiebolt
Created January 30, 2011 16:06
Show Gist options
  • Save dandiebolt/802972 to your computer and use it in GitHub Desktop.
Save dandiebolt/802972 to your computer and use it in GitHub Desktop.
div#hello {
border: 1px solid #f00;
padding: 10px 20px;
margin: 50px auto;
width: 260px;
text-align:center;
background-color: #EEE;
}
<div id="hello">
<p>
Check out: <a href="http://getfiremonkey.com">GetFireMonkey.com</a>
</p>
</div>
// remap jQuery to $
(function($){
// Output the jQuery version number to firebug console.
var jQueryVersion = $().jquery;
console.log("Your using jQuery " + jQueryVersion);
})(this.jQuery);
name: jsFiddle/Gist integration demo
description: jsFiddle demo hosted on Gist
authors:
- Chris Jacob
<!-- Insert HTML5 outer markup produced by jsfiddle.net -->

Layout for a tutorial on getfiremonkey.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment