2014-12-05 41 views

回答

0

我把一類的鏈接顏色框我彈出內容中,然後將此添加到TPL的

<script> 
    (function($) { 
    $(document).ready(function() { 
    $('a.colorbox-load').click(function(event) { 
    $(".colorbox-link").focus(); 
    }) 

    }) 
    })(jQuery); 
</script>