2012-07-27 69 views

回答

-1
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"; 
    } 
});