Can't a partial view be reusable have it's own JavaScript to fire off a controller method?
I would want that so I can REUSE this partial view in any parent view. For instance a LIKE button that I can place on any parent whereby the parial has it's own code to process the like (update a table).