Skip to content

Instantly share code, notes, and snippets.

View 4briang's full-sized avatar

Brian Gerry 4briang

View GitHub Profile
<script type="text/javascript">
jQuery(document).ready(function($){
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-xxxxxxxxxx-x', 'auto'); // change UA-xxxxxxxxx-x to be your tracking UA.
$("#contact form").each(function() {
var jqForm = $(this);
var jsForm = this;
var action = jqForm.attr("action");
<script type="text/javascript">
jQuery(document).ready(function($){
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-xxxxxxxxx-x', 'auto'); // change UA-xxxxxxxxx-x to be your tracking UA.
$("#contact form").each(function() {
var jqForm = $(this);
var jsForm = this;
var action = jqForm.attr("action");
@4briang
4briang / columns.css
Last active October 12, 2016 22:23 — forked from studiopress/columns.css
Genesis column classes. Add content in the divs.
/* Column Classes
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,