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.
<sj:a></sj:a>クリックすると最初の確認ダイアログボックスが表示されるリンクを作成したい。
<sj:a></sj:a>
で試しまし<sj:dialog>たが、うまくいきません。手伝って頂けますか?
<sj:dialog>
sj:a id="ajaxlink" href="%{'#'}" indicator="indicator" onClickTopics="before" button="true" > click me </sj:a> $.subscribe('before', function(event,data) { //do your condition check here if(condition){ window.location="yourLocation"; } });