A timeline of the last four years of detecting good old window.localStorage.
October 2009: 5059daa
A timeline of the last four years of detecting good old window.localStorage.
October 2009: 5059daa
| /** | |
| * jQuery plugin for transparent submission of a form using an $.ajax-like interface. | |
| * Usage Examples: | |
| * $.transparentSubmit({dataType:'json', form:$('#myForm')}) | |
| * $('#myForm').transparentSubmit({dataType:'html'}) | |
| * Supports Deferred (.done, .fail, .when, etc.) | |
| */ | |
| (function($){ | |
| $.transparentSubmit = function(options){ | |
| var defer = $.Deferred(), // Deferred object whose promise we will hook into when adding .done, etc to calls |
As configured in my dotfiles.
start new:
tmux
start new with session name:
| <?php | |
| /** | |
| * @package RedRokk | |
| * @version 1.0.0 | |
| * | |
| * Plugin Name: Empty Widget | |
| * Description: Single Widget Class handles all of the widget responsibility, all that you need to do is create the html. Just use Find/Replace on the Empty_Widget keyword to rebrand this class for your needs. | |
| * Author: RedRokk Interactive Media | |
| * Version: 1.0.0 | |
| * Author URI: http://www.redrokk.com |
| @import "variables" | |
| // Mixins | |
| -------------------------------------------------------------------------- {{{ | |
| =db | |
| display: block | |
| =di | |
| display: inline | |
| =dib | |
| display: inline-block |