Skip to content

Instantly share code, notes, and snippets.

View brzrkr's full-sized avatar

Nic Dienstbier brzrkr

View GitHub Profile
if($('.entry-content').find('.ngg-albumoverview').length >= 1) {
$('#back-to-album').hide();
}
@brzrkr
brzrkr / gist:9415a1de25324509b413
Last active September 8, 2017 19:13
Modification of https://github.com/micjamking/succinct to allow the plugin to show the longer versions of text on click, not quite as customizable in practice.
/*
* Copyright (c) 2013 Mike King (@micjamking)
*
* jQuery Succinct plugin
* Version 1.0.1 (July 2013)
*
* Licensed under the MIT License
*/
/*global jQuery*/