ASP.NET MVC3 / jQuery 1.9.1 / jQuery UI 1.10.2
I\'ve got a page on which I open a modal dialog after clicking on an Ajax.ActionLink. Inside this dialog
Ajax.ActionLink
I had the same problem, and I solved with
$("#ui-datepicker-div").remove();
after closing and destroying the popup.