Skip to content

入力値チェックプラグインのjQuery削除#231

Open
juridon wants to merge 1 commit into
kintone-samples:masterfrom
juridon:checkvalue-remove-jquery
Open

入力値チェックプラグインのjQuery削除#231
juridon wants to merge 1 commit into
kintone-samples:masterfrom
juridon:checkvalue-remove-jquery

Conversation

@juridon
Copy link
Copy Markdown
Contributor

@juridon juridon commented May 28, 2026

jQuery依存を削除しました。

また、document.addEventListener('DOMContentLoaded', ...) が発火しなかっため、
以下のようにreadyStateを判定して初期化処理を実行するよう修正しました。

if (document.readyState === 'loading') {
  document.addEventListener('DOMContentLoaded', initCheckValue);
} else {
  initCheckValue();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant