Skip to content

Instantly share code, notes, and snippets.

View fastslack's full-sized avatar

Matias Aguirre fastslack

View GitHub Profile
;(function($) {
// Extend jQuery to add random string generator
$.extend({
randomKey: function (length, special) {
var iteration = 0;
var randomKey = "";
var randomNumber;
if(special == undefined){
var special = false;