SyntaxFix
Write A Post
Hire A Developer
Questions
find in jquery.ui.js
d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(0).focus();
and replace with
d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(-1).focus();