这是可以查看的页面:
<form method="post" action="" id="saveform" enctype="multipart/form-data">
<label>Select Type of Industry</label>
<select class="form-control" name="industry" id="industry">
<option value="Advertising">Advertising</option>
<option value="Aerospace/Defense">Aerospace/Defense</option>
<option value="air Transport">Air Transport</option>
<option value="Apparel">Apparel</option>
</form>
这是我的脚本,但这不起作用如何通过控制器显示我的数据我不明白控制器的编码是什么:
<script type="text/javascript">
$(function(){
$("#saveBtn").click(function(){
//alert("hjjgjgjhg");
var industry= $("#industry").val();
alert(industry);
$.ajax({
type:"post",
data:{"industry": industry},
url:"<?php echo base_url()?>dive/dive",
statusCode:{
200:function(response){
var data= JSON.parse(response);
console.log(response);
}
}
});
});
});
</script>
只需确保controller
和函数正确在浏览器网元中,您可以跟踪Ajax的统计信息只需在你的控制器dive
中放入一个print_r($_POST);
,函数为dive
,并确保你发布了正确的控制器。
只需确保您的controller
和功能正确即可在浏览器网元中,您可以跟踪Ajax的统计信息只需在你的控制器dive
中放入一个print_r($_POST);
,函数为dive
,并确保你发布了正确的控制器。只需确保您的controller
和功能正确即可在浏览器网元中,您可以跟踪Ajax的统计信息只需在你的控制器dive
中放入一个print_r($_POST);
,功能为dive
,并确保你发布了正确的控制器。只需确保您的controller
和功能正确即可在浏览器网元中,您可以跟踪Ajax的统计信息只需在你的控制器dive
中放入一个print_r($_POST);
,函数为dive
,并确保你发布了正确的控制器。