Skip to content

Instantly share code, notes, and snippets.

View cdragos's full-sized avatar
🌍
Remote, but grounded on Earth

Dragos Catarahia cdragos

🌍
Remote, but grounded on Earth
View GitHub Profile
@cdragos
cdragos / gist:2299991
Created April 4, 2012 09:37
Bootstrap jQuery plugin for creating confirmation dialogs with deferred chainable callbacks and Mustache templates.
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" />
<title>Bootstrap modal confirm</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>