vistaprint / SkinnyJS

Slim little jQuery plugins
http://vistaprint.github.io/SkinnyJS
Other
41 stars 27 forks source link

Allow to add class name for jquery.ModalDialog #102

Closed vafada closed 3 years ago

vafada commented 9 years ago

It would be nice to be able to add a class/classes in the modal dialog. Allow a className option in the settings when creating the dialog. Maybe allow className to be either a string or an array of strings. The className/s would be added in the class attribute in the $container element.

With our class name, we can easily apply css styles to a particular dialog.