$.ajax( { url: '_.php', type: 'GET', data: { sample: sample, }, dataType: 'html', success: function ( response ) { } } );