Skip to content

Instantly share code, notes, and snippets.

View patrickml's full-sized avatar

Patrick Lewis patrickml

View GitHub Profile
@patrickml
patrickml / Pretty URL
Last active October 1, 2015 23:02 — forked from anonymous/Pretty URL
$('#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