I am using ASP.NET MVC, Partial Views and Dialogs. I make a ajax request to the server and it hands me back a partial view. Then I use: $('#elementTag').html(returnData) to refill the bounding div's. However, this partial view contains the inner working for a dialog wrapped in a form element along with the rest of the partial view content. The javascript also contained within the partial view, upon document ready would sets up the dialog. I am using ASP.NET MVC, Partial Views and Dialo