Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 181 Bytes

File metadata and controls

12 lines (10 loc) · 181 Bytes

$.ajax( { url: '_.php', type: 'GET', data: { sample: sample, }, dataType: 'html',

				success: function ( response ) {
					
				}
			} );