Skip to content

Instantly share code, notes, and snippets.

@cjwebdev
cjwebdev / gist:3fe63af07f1910a5836f
Last active June 18, 2018 03:55
jQuery: Equal Column Heights Plugin
/*
* EqCol - Equalise Grid column heights
* Requires "Responsive Page Modes Plugin"
* http://cjweb.com.au
* Version: 1.0.0 (11-NOVEMBER-2014)
* Dual licensed under the MIT and GPL licenses.
*
* USAGE INSTRUCTIONS
* $('.grid').eqCol(); // <ul class="grid" data-eqcol-mode="medium,large" data-eqcol-item=".grid-col" >
*
@cjwebdev
cjwebdev / gist:8bfe85d27cde51eaa538
Last active October 24, 2018 00:38
jQuery: Responsive Breakpoint Plugin
/*
* Responsive Page Modes Plugin - Responsive page modes based on window width
* http://cjweb.com.au
* Version: 1.0.0 (11-NOVEMBER-2014)
* Dual licensed under the MIT and GPL licenses.
*
* USAGE INSTRUCTIONS
*
* Load with:
*
@cjwebdev
cjwebdev / gist:a68b060039bc22016d01
Created January 6, 2015 23:33
Video: Embed YouTube with external controls
<iframe id="video" src="//www.youtube.com/embed/FKWwdQu6_ok?showinfo=0&amp;rel=0&amp;wmode=opaque&amp;autohide=1&amp;autoplay=1&amp;enablejsapi=1&amp;html5=1" frameborder="0" allowfullscreen></iframe>
<script>
// http://css-tricks.com/play-button-youtube-and-vimeo-api/
// https://developers.google.com/youtube/iframe_api_reference
// global variable for the player