var doc = {
//@ prefixed use bower & requirejs automatically to find and pull in script deps. Specify version requirements with ":" followed by number or range etc. Putting an '^' in front causes to load at top instead of bottom of page. Non-@-prefixed are name of local script files in js/ folder (unless you specificy different location in global settings)
scripts: ['^@require','@jquery:1.9', '@jquery-ui', '@bootstrap', '@underscore', '@mustache', 'main', 'home'],
styles: ['@jquery-ui', '@bootstrap', 'main'],
container: {
hero-unit: {
//by default, these will use Handlebars to parse out the links, etc, but this can be set in the global settings to use something else
p.title: "{{img:"https://s3.amazonaws.com/fuelux/logo-gray.png" w:600 h:122 alt:"Fuel UX"}} Version 2.6.1",
p: "Fuel UX extends Bootstrap",
p: "{{#a.btn.btn-large href:"https://github.com/ExactTarget/fuelux"}}View On GitHub »{{/a}}"
},
main: {
p: "This is just an amazing site! Here is a list:",
ul: [
"An item",
"Another item"
],
p: "I'm going to put an {{img:what.png}} here"
},
aside: {
menu: ["http://www.google.com", "about", "search"]
}
}
}
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.