I have a jQuery statement that is currently working for me, but I am unsure if it is cross-platform independent. Can anyone confirm?
$("input[name='confirmed']").attr("checked",false);
It is functioning correctly on the latest version of Firefox. Please let me know if there are any corrections needed. Thank you