I am using javascriptMVC and the issue I have is this.
I have a form with almost all the types of Input, and when I submit on the form I want the data displayed in another Div next to it. I don't want to use a Database. I want to do it only using files created when generated using MVC framework
Try to use jQuery post
If this is not working for you please explain why.
Regards