Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TypeError: b(e.target).closest is not a function [Break On This Error] Q=b(e.target).closest("tr.jqgrow");
このエラーは私のプロセス中に発生します。
このエラーが発生する理由。
closest() は jquery 関数です。あなたはjqueryを含めましたか?
また、これは PHP の問題ではなく、javascript または jquery の問題であることに注意してください。