Skip to content

Instantly share code, notes, and snippets.

View johnwquarles's full-sized avatar

John W Quarles johnwquarles

View GitHub Profile
@axelav
axelav / parsley.config.js
Last active April 9, 2018 19:14
I had a hard time finding documentation on configuring parsley.js. Here's what I've found you can configure.
// Parsley default config
$.fn.parsley.defaults = {
inputs: 'input, textarea, select',
excluded: 'input[type=hidden], :disabled',
trigger: 'change',
animate: true,
animateDuration: 300,
focus: 'first',
validationMinlength: 3,
@joyrexus
joyrexus / README.md
Last active February 19, 2024 17:15 — forked from liamcurry/gist:2597326
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})
@dergachev
dergachev / GIF-Screencast-OSX.md
Last active April 19, 2024 11:00
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application: