基本上,在我的主题中,在档案中,我有一些法典。 采用数据表,并按其实例使用:
jQuery(document).ready(function() {
jQuery( #certificates-table ).dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "../wp-content/themes/theme1064/includes/_get_certificates.php"
} );
} );
基本上,我对SAjaxSource的所在地进行了硬编码,但我需要利用这个地方的活力或类似情况。
在联合材料档案中如何做到这一点的想法?