How would I perform the following in JQuery?
var elmOperator = document.getElementById(elm.id.replace('Include', 'Operator'));
The ID that is being manipulated would look something like Criteria[0].Include. I am trying to create a variable for a related ID which is Criteria[0].Operator.
Thanks in advance!