This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#quoteForm').click(function(){ | |
// Variables with data | |
var inputs = $('.modal-body').find('.form-group').children().not('label'); | |
// Open variables | |
var data = {}; | |
var rules = {}; | |
var trueAll = []; | |
// Functions with in scope |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Example Document | |
{ | |
_id : 'xDvcFlsQws', | |
activity : 'Project Created', | |
createdAt : '1231213412312' | |
collection : 'projects', | |
documentId : 'xJ4iTyxDw2', | |
userId : 'pQ4iTyxDw7' | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am patrickml on github. | |
* I am patrickml (https://keybase.io/patrickml) on keybase. | |
* I have a public key whose fingerprint is 76F4 B94C FBBF 465B 33C7 8319 A379 712C BFB3 E7D1 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template name="journal"> | |
<div class="nav-block"></div> | |
<nav class="journal-nav"> | |
<ul> | |
<li> | |
<a href="#" data-type="Design">Design</a> | |
</li> | |
<li> | |
<a href="#" data-type="Development">Development</a> | |
</li> |
NewerOlder