If you open a time picker in a jQuery dialog using the classic theme and try to use the time picker scroll bar to move down the time list, the time list disappears. You can see the issue here: http://jsfiddle.net/7c2z840a/7/ The problem appears in both Chrome and Firefox, but not in IE. Anyone have any ideas as to why this
Tag: jquery-ui-dialog
How to combine two javascript FormData objects
I need to combine two FormData objects and post them using XMLHttpRequest. One of the forms contains file input. It doesn’t work when I use $.extend or if I use serialize() to combine the form that doesn’t have file input. Any idea how to do this? Answer You cannot couldn’t. FormData is was unfortunately not enumerable. However, as you say
jQuery UI – Close Dialog When Clicked Outside
I have a jQuery UI Dialog that gets displayed when specific elements are clicked. I would like to close the dialog if a click occurs anywhere other than on those triggering elements or the dialog itself. Here’s the code for opening the dialog: If I uncomment the last part, the dialog never opens. I assume it’s because the same click