Questions tagged [unobtrusive-ajax]

Question regarding Microsoft jQuery plugin for Unobtrusive Ajax

107 questions
-1
votes
1 answer

pass javascript object ajax beginform mvc

Hi all I don't know is this possible or not ,that's why guys I need suggestion to achieve this .The thing is I want to post javacript object with ajax-beginform instead of model object to controller . i code like bellow but cant find a way to post…
kuntal
  • 1,591
  • 2
  • 16
  • 36
-1
votes
1 answer

How to cancel ajax request using Jquery.Unobtrusive.Ajax?

I'm using Ajax.ActionLink like this @Ajax.ActionLink("link text", "action", new AjaxOptions(){ OnBegin = "test()" }) I want to be able to cancel the ajax call of the link based on the result of my test() function in javascript, like so function…
1 2 3 4 5 6 7
8