Skip to content

Instantly share code, notes, and snippets.

View OktarinTentakel's full-sized avatar

Sebastian Schlapkohl OktarinTentakel

  • All for One Group
  • Hamburg, Germany
View GitHub Profile
@OktarinTentakel
OktarinTentakel / cash-shim.js
Created March 30, 2020 12:40
Cash + Slick Slider
//###[ CASH ]###########################################################################################################
// keep this here in case we want to extend $ or $.fn
import $ from '@client/cash';
_each(
'blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu'.split(' '),
(event) => {
$.fn[event] = function(callback){
if( callback ){