日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

jquery点击事件传值加载页面_jQuery添加options点击事件并传值

發布時間:2024/7/5 27 豆豆
生活随笔 收集整理的這篇文章主要介紹了 jquery点击事件传值加载页面_jQuery添加options点击事件并传值 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

var formStr = "{'supplierId':'供應鏈企業|%-jm-sprt-%|93794498-3'}";

$.ajax({

type : "post",

dataType : "json",

cache : false,

url : "../../../webservice/gmall.json", // 提交到一般處理程序請求數據

data :"businessCode=61001001&message="+encodeURI(formStr).replace(/\+/g, "%2B"),

async : false,

error : function() {

//alert("connection error!!!");

layer.alert("數據加載失敗,請及時聯系管理員!",0);

},

success : function(data) {

var dataJson = strToJson(data.msg);

var shopname = dataJson.body.gmPage;

if(dataJson.head.status=='000000'){

$.each(shopname,function(i,item){

$("#store").append(""+item.name+"");

})

$("select").on('click',function (){

var opt = $(this).children('option:selected');

var shopId = $(opt).attr('id');

var shopType = $(opt).val();

var formStrshop = " {'shopId':"+shopId+",'shopType':"+shopType+"}";

if($("option").val()==''){

$("#tb").empty();

}

$.ajax({

type : "post",

dataType : "json",

cache : false,

url : "../../../webservice/gmall.json", // 提交到一般處理程序請求數據

data :"businessCode=61001003&message="+encodeURI(formStrshop).replace(/\+/g, "%2B"),

async : false,

error : function() {

layer.alert("數據加載失敗,請及時聯系管理員!",0);

},

success : function(data) {

var dataJson = strToJson(data.msg);

var shopname = dataJson.body.gmPage;

if(dataJson.head.status=='000000'){

$.each(shopname,function(i,item){

var attributeValue11 = dataJson.body.gmPage[i].attributeValue11;

$("#tb").empty();

$("#tb").append("

"

+"

"

+"

"+item.sn+""

+"

"+item.name+""

+"

"+item.attributeValue11+""

+"

"

+"

"+0+""

);

})

}

}

});

})

}

}

});

創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎

總結

以上是生活随笔為你收集整理的jquery点击事件传值加载页面_jQuery添加options点击事件并传值的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。