Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 596 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 596 Bytes

jQuery UI Dialog Options v1.0

Additional options/functionality for jQuery UI Dialog.

New Options:

  • clickOut: true // closes dialog when clicked outside
  • responsive: true // fluid width & height based on viewport
  • showTitleBar: true // hide titlebar when false
  • showCloseButton: true // hide close button when false

Added functionality:

Demo: http://jsfiddle.net/jasonday/nWcFR/

Changelog:

1/22/2014 - Initial commit