私はこのコードを持っています
$.ajax({
url: 'http://localhost/record/FlashWavRecorder-master/jjj/r/',
type: 'HEAD',
error: function () {
$('.sd').html('<img src="5-0.gif" />');
},
success: function () {
bo = 'a';
$('.sd').html('<span style="color:#99CC00; font-weight:bold;">done</span> ');
}
});
コードのこの部分に変数を追加したい
url:'http://localhost/record/FlashWavRecorder-master/jjj/r/+var',