我有一個小問題,我想從一個PHP文件加載數據,並把它們放在一個DIV。問題與AJAX和PHP
這裏是jQuery代碼
// Store the username in a variable
var jq_username = $("#txt_checkuser").val();
// Prepare the link variable
var link = 'user.php?action=check&username=' + jq_username;
$('div #checkuser_hint').load(link);
所以它的工作原理!但不是加載結果(編譯的PHP),而是加載PHP代碼。
如果我寫長URL「http://localhost/project ...」,它不會加載任何東西!
任何想法如何做到這一點?
是的,就是這樣:P 對不起,我很沒用的問題 – 2009-08-19 11:45:17