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(document).ready(function($){ と末尾の右中括弧を削除します。イベント ハンドラーを onhover イベントにバインドしているため、$(document).ready() で何もする必要はありません。 .