i have a jquery Dialog in a partial view:
@model JQueryDialogPoc.Models.FeedBack @using (Ajax.BeginForm(\"GiveFeedback\", \"Home\", null, new AjaxOptions { HttpM
I have these js libraries included, I guess this may be what you need.
Also try to test it from action method if it is a ajax request.
Request.IsAjaxRequest()