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.
私は html5 で kendo ui を使用しています。ページが表示されるたびに何らかのアクションが必要です。そのためだけに「data-show」オプションがありますが、機能しません。関数は初回のみ起動し、それ以降は起動しません。
<div id="div1" data-role="view" data-show="alert(999)"> // The content of the div </div>
アラートは 1 回だけ発生します。何か案が?ありがとう。