Hello,
I have Javacript code (excerpt):
$('.lookupCondition1 input, .lookupCondition2 input').change(function () { //...code comes here });
Within the code I need to retrieve the string corresponding to which one of class names 'lookupCondition1' or 'lookupcondition2' has initiated the execution.
Thanks in advance !