I want to create <sj:a></sj:a> link that after click will show first confirmation dialog box.
<sj:a></sj:a>
I tried with <sj:dialog> but it's doesnt works. Can you help me?
<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"; } });
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
10 months ago
viewed
321 times
active