I am new to MVC and I want to do everything from the very beginning like this: I am creating an MVC web application in jquery / html; I need to know where the mouse is on the screen and do different things depending on this position. If the view takes a mouse position and, depending on where it happens, calls up different functions of the Controller, or if the view simply sends the mouse position to the controller, which then chooses what to do with it? Is there an MVC example in a web application that I could view? Thank you for your help.
source share