Can someone help me with the syntax for using an equation in JavaScript jQuery to achieve this:
document.getElementById ("tone_positive_" + x). checked = true
I've attempted a few examples but none have seemed to work, or perhaps I am not grasping how to manipulate radio buttons using jquery. Any assistance is greatly appreciated, thank you.