Hi Friends,
I got a query string error..
syntax error $.post(”../../../autoComplete/rpc.php”, , function(data){\n
inside the code
$.post("../../../autoComplete/rpc.php", {queryString: ""+inputString+""}, function(data){
if(data.length >0) {
$('#suggestions').show();
$('#autoSuggestionsList').html(data);
}
}); i wrote like this but in the run time it didnt display/show the particular {queryString: ""+inputString+""} so how to solve this problem…
and also i attached the file when i execute the code i got the below error..
Help me to solve this problem..
Thanks in Advance…