Skip to content

Instantly share code, notes, and snippets.

View jasonday's full-sized avatar
🎨
Dabbling

Jason Day jasonday

🎨
Dabbling
View GitHub Profile
@jasonday
jasonday / gist:5550879
Last active September 24, 2024 20:03
Responsive jQuery UI Dialog
// Demo: http://jsfiddle.net/jasonday/WxXLq/
// movemaine@gmail.com
$("#content").dialog({
width: 'auto', // overcomes width:'auto' and maxWidth bug
maxWidth: 600,
height: 'auto',
modal: true,
fluid: true, //new option
resizable: false