我使用这个简单的代码,但它不能正常工作(在我看来):
$(document).on("click", "#summary_and_tables #tables ul li a", function() {
var url = "index.php/table/show/"+this.hash;
console.log(url);
$.ajax({
type: "POST",
url: url,
dataType: 'json',
success: function(response) {
if(response.status == 'ok') {}
}
});
});
控制台中的输出是:
index.php/table/show/#summary
但是ajax请求发送到:
http://test.loc/st_base/index.php/table/show/