매개 변수가 포함된 콜백 함수를 전달하시겠습니까? 이 질문에는 이미 다음과 같은 답이 있습니다. 콜백 함수에 추가 인수 전달 (5개 답변) 마감됨6년 전에. 나는 아래 코드를 가지고 있습니다. function getGrades(grading_company) { if (grading_company == 'Not Specified') { // Remove grades box & show condition box showConditionBox(); } else { // Set file to get results from.. var loadUrl = "ajax_files/get_grades.php"; // Set data string var dataString = 'gc_id=' + grading_company..