| DIR:/proc/thread-self/root/home/laughingplants/public_html/ |
| Current File : //proc/thread-self/root/home/laughingplants/public_html/search_js.php |
<script>
$("form select").on('change', function ()
{
$.ajax({
url: 'all_ajax_file.php',
type: 'GET',
data:'plant_maintenance='+$("#chkveg").val()+"&plant_lighting="+$("#chkveg1").val()+"&plant_shade="+$("#chkveg2").val()+"&fourth_data="+$("#chkveg3").val(),
dataType: 'html'
})
.done(function(data){
$('#search_result').html(data);
})
.fail(function(){
alert('Ajax Submit Failed ...');
});
});
</script> |