Introduction: I was struggling with slow ajax requests in a custom module form. Since I couldn't find any good resources I wanted to share my solution.
In a content type, in addition to various fields, I have 4 numeric fields. For each single field I call the same callBack to perform a check. Is it possible, inside the callBack, to know which field has recalled the callBack?