A custom dialog that can be used in almost any situation. It uses jQuery as the framework
Stars
1
Forks
0
Watchers
1
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
60
commits
Merge pull request #16 from amaxwell01/close-callback
301b772View on GitHub[close-callback] Created a new feature which allows for a callback function to be triggered once the close event has completed, added unit test for this method and updated the readme.md to include this new method as well as a code snippet on how to use the close method externally
b5ab7e3View on GitHub[bratenahl] Added the ability to set the close buttons HTML, fixes #14
bd18514View on GitHub[close] Expose the close method fixes #12, no longer require the event on the close method
1c853faView on GitHub[tests] Setup jasmine tests structure using require.js as well as a first test to run against drydialogs_new.js
67f5191View on GitHub[new_code] Completely rewrote the entire code to now focus on merging the toolkits into a single library
da0f7fbView on GitHubReplaced .outerWidth() with .outerWidth() to support mobile ddevices
a9cb0b4View on GitHub[ie-support] Added better alignment and events for IE8
030b4f7View on GitHub