0.01
No commit activity in last 3 years
No release in over 3 years
A javascript library for working with dialogs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Nifty Dialog

Nifty Dialog is a simple javascript library providing support for dialogs within HTML applications.

This particular module is designed to be included within a Ruby on Rails application. To use this, simply add this library to your Gemfile and include some references in your appropriate files.

In your Gemfile:

gem 'nifty-dialog'

In your app/assets/javascripts/application.js:

#= require nifty/dialog

In your app/assets/stylesheets/application.css:

*= require nifty/dialog

Don't forget to run bundle after adding the item to your Gemfile.