ここでのこのコードは、フォームに入力するためのデータを返すファイルを呼び出すことを想定していますが、(コードで)このエラーが発生し、理由がわかりません。
dropdown.bind('change', function(){
$post.('backgroundScript.php',
Uncaught SyntaxError: Unexpected token ( - this is the error im getting
{
first: dropdown.val()
},
function(response) {
$('#first').val(response.first);
$('#last').val(response.last);
// Repeat for all of your form fields
},
'json'
);
});
それはあなたが私に手を差し伸べるだろう私はそれをいただければ幸いです:)