¡@

Home 

2014/10/16 ¤W¤È 12:04:31

jquery Programming Glossary: jasonday

How to Minimize/Maximize jQuery Dialog?

http://stackoverflow.com/questions/11558018/how-to-minimize-maximize-jquery-dialog

animates it back into view. See example http jsfiddle.net jasonday ZSk6L Updated fiddle with minimize maximize. share improve..

jquery - iframe access denied in IE on some pages

http://stackoverflow.com/questions/14879192/jquery-iframe-access-denied-in-ie-on-some-pages

printThis a jquery plugin for printing. https github.com jasonday printThis I have a user that has brought up an issue that I..

Responsive jQuery UI Dialog ( and a fix for maxWidth bug )

http://stackoverflow.com/questions/16471890/responsive-jquery-ui-dialog-and-a-fix-for-maxwidth-bug

the dialog. You can see it in action here http codepen.io jasonday pen amlqz Please review and post any edits or improvements... and post any edits or improvements. Demo http codepen.io jasonday pen amlqz movemaine@gmail.com #content .dialog width 'auto'..

Close dialog on click (anywhere)

http://stackoverflow.com/questions/1675893/close-dialog-on-click-anywhere

dialog is modal has background overlay http jsfiddle.net jasonday 6FGqN jQuery document .ready function jQuery #dialog .dialog.. If dialog is non modal Method 1 http jsfiddle.net jasonday xpkFf Close Pop in If the user clicks anywhere else on the page.. 'close' Non Modal dialog Method 2 http jsfiddle.net jasonday eccKr function '#dialog' .dialog autoOpen false minHeight 100..

How to Minimize/Maximize jQuery Dialog?

http://stackoverflow.com/questions/11558018/how-to-minimize-maximize-jquery-dialog

jquery - iframe access denied in IE on some pages

http://stackoverflow.com/questions/14879192/jquery-iframe-access-denied-in-ie-on-some-pages

iframe access denied in IE on some pages I'm the author of printThis a jquery plugin for printing. https github.com jasonday printThis I have a user that has brought up an issue that I have been unable to crack and unfortunately I am unable to share..

Responsive jQuery UI Dialog ( and a fix for maxWidth bug )

http://stackoverflow.com/questions/16471890/responsive-jquery-ui-dialog-and-a-fix-for-maxwidth-bug

change the max width of the dialog on the fly and reposition the dialog. You can see it in action here http codepen.io jasonday pen amlqz Please review and post any edits or improvements. Demo http codepen.io jasonday pen amlqz movemaine@gmail.com.. action here http codepen.io jasonday pen amlqz Please review and post any edits or improvements. Demo http codepen.io jasonday pen amlqz movemaine@gmail.com #content .dialog width 'auto' overcomes width 'auto' and maxWidth bug maxWidth 600 height..

Close dialog on click (anywhere)

http://stackoverflow.com/questions/1675893/close-dialog-on-click-anywhere

close a jquery UI dialog when clicking outside popin If the dialog is modal has background overlay http jsfiddle.net jasonday 6FGqN jQuery document .ready function jQuery #dialog .dialog bgiframe true autoOpen false height 100 modal true open function.. overlay' .bind 'click' function jQuery '#dialog' .dialog 'close' If dialog is non modal Method 1 http jsfiddle.net jasonday xpkFf Close Pop in If the user clicks anywhere else on the page jQuery 'body' .bind 'click' function e if jQuery '#dialog'.. e.target .closest '.ui dialog' .length jQuery '#dialog' .dialog 'close' Non Modal dialog Method 2 http jsfiddle.net jasonday eccKr function '#dialog' .dialog autoOpen false minHeight 100 width 342 draggable true resizable false modal false closeText..