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.
jQuery に奇妙な問題があります。ready イベントですべてのコードを実行した後、「$」が未定義になります。
このエラーの経験はありますか? またはこれを引き起こしている何か考えはありますか?
$ は別のものに定義されている可能性があるため、このスニペット内に jQuery コードを配置します。
(function($) { // $ Works! You can test it with next line if you like // console.log($); })( jQuery );