if ($(this).is(":checkbox")) {
                // Clear checkmarks
                $(this).prop("checked", "");
            } else {
                // Clear the value if there is text in the first row already