i am using Ajax.Begin Form. onSucces from the controller, i am calling a onSucess(data).
The data is a rendered partial view, I need to get the value of one html field. That field is a json string.
Is there a way i can specify with jQuery to search the data object for the value of a specific field.