Skip to content

Instantly share code, notes, and snippets.

View AndrewBarba's full-sized avatar

Andrew Barba AndrewBarba

View GitHub Profile
/*** ANDREW BARBA ***/
/**** April 2013 ****/
/********************/
// A replacement for jQuery's .click() event that
// automatically supports taps on mobile devices
// and clicks on desktops
jQuery.fn.touchClick = function(fnc)
{