ajax--loading

$("#selectunit").change(function(){
				var index3 = layer.load(1, {
				  shade: [0.1,'#fff'] //0.1透明度的白色背景
				});
				selectapart = $("#selectapart option:selected").val();
				selectbuilding = $("#selectbuilding option:selected").val();
				selectunit = $("#selectunit option:selected").val();
				if(selectapart ==0 || selectbuilding ==0 ||selectunit==0){
					return false;
				}
				$.ajax({
					url: '/getroom.html',
					type: 'POST',
					dataType: 'json',
					data:{apartid:selectapart,buildingid:selectbuilding,unitid:selectunit},
					success:function(e){
						if(e.code==1){
							layer.close(index3);
							$("#selectroom").html(e.data);
						}
					}
				});
			});


打赏

看恩吧
网站不承担任何有关评论的责任
  • 最新评论
  • 总共条评论
取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦