JQuery submit intervention doesn't add parameter required in Controller method
问题 I have 4 submit buttons on my View and in order for them to call the right method in the controller I added a JQuery POST function. Dependant on what buttons I click in the View I want the Controller to calculate whatever operation was selected. The JQuery correctly links my View with the Controller (the debugger first stops in the JQuery, then in the controller), however it doesn't seem to pass the parameter operation (needed in CalculationValidation(Model, String) ). So it ends up reloading