Skip to content

Instantly share code, notes, and snippets.

@pengwll
pengwll / toast.js
Last active December 23, 2015 03:59 — forked from kamranzafar/toast.js
var aftertoast = function()
{
//do something aftertoast
}
var toast=function(msg,fun){
$("<div class='ui-loader ui-overlay-shadow ui-body-e ui-corner-all'><h3>"+msg+"</h3></div>")
.css({ display: "block",
opacity: 0.90,
position: "fixed",

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt