asp.net mvc ajax helper/post additional data w/o jquery.
- by Jopache
I would like to use the ajax helper to create ajax requests that send additional, dynamic data with the post (for example, get the last element with class = blogCommentDateTime and send the value of that last one to the controller which will return only blog comments after it).
I have successfully done so with the help of jQuery Form plugin like…