Skip to main content Skip to main navigation menu Skip to site footer
Test
  • Current
  • Archives
  • About
    • About the Journal
    • Submissions
    • Privacy Statement
    • Contact
Search
  • Register
  • Login
  1. Home /
  2. Login

Login

Required fields are marked with an asterisk: *

Login
Register

Language

  • English

Information

  • For Readers
  • For Authors
  • For Librarians

document.querySelectorAll('input[name="categoryIds"]').forEach(box => {
    box.addEventListener('change', function() {
        if (this.checked) {
            // 当选中一个时,取消同一组内其他所有勾选
            document.querySelectorAll('input[name="categoryIds"]').forEach(other => {
                if (other !== this) other.checked = false;
            });
        }
    });
});

More information about the publishing system, Platform and Workflow by OJS/PKP.