Skip to content

Instantly share code, notes, and snippets.

View jeremyzahner's full-sized avatar

Jeremy "Jay" Zahner jeremyzahner

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jeremyzahner on github.
  • I am jeremyzahner (https://keybase.io/jeremyzahner) on keybase.
  • I have a public key ASAEWjsUXTFiOhgcZmYCXMypn8kq49wapuh84kNLdMgtEwo

To claim this, I am signing this object:

@jeremyzahner
jeremyzahner / composer.json
Last active October 13, 2015 17:37
Composer repo block for gravityforms.
"repositories": [
{
"type": "package",
"package": {
"name": "gravityforms/gravityforms",
"version": "1.9.5.12",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://github.com/gravityforms/gravityforms/archive/1.9.5.12.zip"
@jeremyzahner
jeremyzahner / sameheights.js
Created October 16, 2014 14:54
Function to equalize the height of elements (i.E. inside a Grid) with jQuery.
// This function knowingly also invokes the parent element, so if some changes need to be done to that its already there.
var sameheights = function (parent_item_object,child_item_cssstring){
var heights = [];
parent_item_object.each(function(e){
heights.push( $(this).children(child_item_cssstring).height() );
});
parent_item_object.each(function(e){
@jeremyzahner
jeremyzahner / orientation.svg
Last active August 29, 2015 14:05
Detect Mobile Orientation (Overlay for Portrait)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.