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

Search

Advanced filters
Published After
Published Before

Search Results

No Results

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.