jQuery(document).ready(function(){ jQuery('.uc_webform-product-grid tbody tr').each(function(){ jQuery(this).append(""); }); jQuery('.clear-radios').click(function(){ jQuery(this).parent().parent().find('input').attr("checked", false); }); });