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.
この複数通知スクリプトはこちらからダウンロードしました。このスクリプトを、ユーザーがログインしたときに通知する通知として使用したいと考えています。ただし、クリック方式ではありません。どうすれば変化し、成功することができますか。
前もって感謝します。
あなたの質問を正しく理解していれば、ページがロードされたらすぐに関数をロード/呼び出し/コードを実行したいと思います。はいの場合は、$(document).ready() を使用してください。このようなもの、
$(document).ready(/* your code */);
詳細については、PFB リンク、
http://api.jquery.com/ready/