Skip to content

Instantly share code, notes, and snippets.

View jackfuchs's full-sized avatar

Jack Fuchs jackfuchs

  • Cologne, Germany
View GitHub Profile
/**
* jackfuchs.Sound.js
* Can play and stop single and multi frequency tones
* Can play, pause, resume and stop sound files
*
* @author: Axel Jack Fuchs (Cologne, Germany)
* @date: 01-12-2017 12:55
* @url https://gist.github.com/jackfuchs/
*
* Usage:
/**
* jQuery.alterClass
*
* For altering classes
*
* @param removals (wildcards are possible)
* [@param] additions
* @return jQuery object
*
* @author Axel Jack Fuchs (Cologne, Germany)
@jackfuchs
jackfuchs / Cookies.js
Created November 15, 2011 14:25
Cookie Handling
/**
* Cookie Handling
* To easily handle kinds of client side Cookie manipulations
*
* [@param] object opts - options
*
* @Author: Axel Jack Fuchs (Cologne, Germany)
* @Date: 11-15-2011 15:35
* @Updated: 11-16-2011 10:18
*
@jackfuchs
jackfuchs / jquery.support.cssproperty.js
Last active January 13, 2024 16:07
Extends the jQuery.support object to CSS Properties
/**
* jQuery.support.cssProperty
* To verify that a CSS property is supported
* (or any of its browser-specific implementations)
*
* @param p css property name
* @param rp optional, if set to true, the css property name will be returned
* instead of a boolean support indicator
* @return {mixed}
*