Skip to content

Instantly share code, notes, and snippets.

@uipoet
uipoet / example.js
Created May 4, 2012 21:39
Ninja UI Dialog with a Form
var
$form = $('<form/>'),
$formInput = $('<input/>', {
type: 'text'
}).appendTo($form),
$dialogCheckbox,
$dialog = $.ninja.dialog({
html: $form
}).attach(function () {
$dialogCheckbox.attr({