加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ajax

发布时间:2020-12-15 21:59:35 所属栏目:百科 来源:网络整理
导读:AJAX即“Asynchronous JavaScript and XML”(异步JavaScript和XML),AJAX并非缩写词,而是由Jesse James Gaiiett创造的名词,是指一种创建交互式网页应用的网页开发技术。 $.ajax({ url: "${ctx}/institution/conditionMatch.do?pid="+pid+"radioGroup="+ra

AJAX即“Asynchronous JavaScript and XML”(异步JavaScript和XML),AJAX并非缩写词,而是由Jesse James Gaiiett创造的名词,是指一种创建交互式网页应用的网页开发技术。

$.ajax({

url: "${ctx}/institution/conditionMatch.do?pid="+pid+"&radioGroup="+ragroup,type: "POST",dataType:"json",// 设置请求类型为"POST",默认为"GET" success: function(data) { if(data.flage == "false"){ $.colorbox({inline:true,href:"#askForm",innerHeight:'50%'}); $("#three").show(function(){ //document.getElementById("checkTable").style.display="none"; }); $("#one").hide(); $("#two").hide(); }else{ $.colorbox({inline:true,innerHeight:'84%'}); $("#two").show(function(){ //document.getElementById("okorno").innerHTML="恭喜您符合该申请条件,请马上联系信贷经理!"; //$("#checkTable")[0].style.display=""; //document.getElementById("checkTable").style.display=""; }); $("#one").hide(); $("#three").hide(); } } });

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读