Skip to content

Instantly share code, notes, and snippets.

Fenced code blocks inside ordered and unordered lists

  1. This is a numbered list.

  2. I'm going to include a fenced code block as part of this bullet:

    package com.google.gwt.sample.stockwatcher.client;
    
    public class StockWatcher implements EntryPoint {
    
@jDramaix
jDramaix / test.html
Created October 20, 2012 13:09
Dimension calculation with jQuery
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>GwtQuery</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js" type="text/javascript"></script>
<style>
.innerDiv{
border: solid 1px black;
padding: 5px;
@jDramaix
jDramaix / gist:3866588
Created October 10, 2012 16:07 — forked from yurylyt/gist:3866363
Chosen on a hidden element
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>GwtQuery: Chosen plugin example</title>
<link rel="stylesheet" href="bootstrap.css"/>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="http://harvesthq.github.com/chosen/chosen/chosen.css"/>
<style type="text/css">
body {