你如何使.load加载一个不是index.php的文件?

时间:2014-01-15 17:31:51

标签: javascript php jquery

我有.load js函数

$(document).ready(function(){
    id = getUrlVars();
    $("#customers").load("/search", {id: id['id']});
});

在视图下,结构看起来像这样 quote / customers / search.php&报价/客户/ index.php的

调用index.php并假设在customers div中呈现search.php,但它无限调用index.php。我试过'搜索','/搜索','客户/搜索','/ customers / search',并尝试在所有这些序列的末尾添加'.php'。为什么在世界上它调用索引文件而不是搜索文件?

0 个答案:

没有答案