Skip to content

Instantly share code, notes, and snippets.

View jayjo's full-sized avatar
🏠
Working from home

Jeffrey Jorgensen jayjo

🏠
Working from home
View GitHub Profile
<div class="input">
<label for="calculator">True draw odds</label>
<input type="text" name="calculator" id="calc" class="calc calcMulti" placeholder="Enter bonus points..." value=""/>
</div>
<div class="table_container">
<table class="table over tablesorter unittable">
<thead>
<tr>
<th>All Non-Resident Archery Pronghorn Hunts</th>
<th>Hunt #</th>
// True Odds Calculator (divided by value)
function trueOddsCalc() {
var calc = $('.calc'),
odds = $('.drawOdds'),
originalValues = getoriginalValues();
function getoriginalValues(){
var values = [];
#report { position: static; }
.project_settings_buttons { position: fixed; }
#report_content {
margin-left: 0;
width: 1150px;
}
#menu {
position: fixed !important;
top: 0 !important;
@jayjo
jayjo / dabblet.css
Last active August 29, 2015 14:07
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.container {background: #009dde;}
.one_half {
width: 100%; margin-right: 0px; }
/* RWD for Gay Phones */
@media (min-width: 1px) and (max-width: 480px) {
@jayjo
jayjo / dabblet.css
Last active August 29, 2015 14:07
Mixpanel Buttons **
/*** Mixpanel Buttons ***/
@-webkit-keyframes growth {
0% {
transform: scale(1);
}
25% {
transform: scale(0.85);
}
50% {
@jayjo
jayjo / dabblet.css
Created September 20, 2014 01:03
ANIMATIONS ***********
/************* ANIMATIONS ************/
@-webkit-keyframes growth {
0% {
transform: scale(1);
}
25% {
transform: scale(0.85);
}
50% {
transform: scale(1.1);
@jayjo
jayjo / dabblet.css
Created July 24, 2014 00:33
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.bar.bar {color: orange;}
.foo .bar {
color: red;
}
@jayjo
jayjo / dabblet.css
Created February 7, 2013 20:04
Green Cozy Button
/**
* Green Cozy Button
*/
body {padding: 50px; -webkit-font-smoothing: antialiased;}
.centered {
text-align: center;
}
@jayjo
jayjo / dabblet.css
Created February 7, 2013 19:15
Green Cozy Button
/**
* Green Cozy Button
*/
body {padding: 50px; }
.button {
margin: 20px;
padding: .75em 1.5em;
border: 1px solid #006158;
@jayjo
jayjo / dabblet.css
Created February 7, 2013 18:22
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;