layer插件lect选中默认值的⽅法
再次更改代码的时候,因为城市下拉列表是从数据库查出来的,所以这时候就想到了⼀起以前⽤到的⼀个⽅法:lect重新渲染白头吟伤离别
就是把未渲染的元素该怎么设置值还怎么设置值,然后把layer渲染出来的页⾯样式,从新再渲染⼀次,,,
$("#urName).val("⼩明");
...
$("#city").val("天剑⼭");
...⼀⼤堆需要设置的值,然后⼀个渲染,就可以了
下⾯的废弃
/**
* layui:lect插件,默认选中
* ps:单个下拉框
枢密院逐鹿中原的意思* @param 下拉框的id
* @param 想要让选中的值:str
*/
怎么追水瓶男function layuiSelected(id,str){
//0、设置lect的值
$("#"+id).attr("value",str);
//0.1把lect下的option的lected换成现在的
$("#"+id).children("option").each(function(){
if ($(this).text() == str) {
$(this).attr("lected","lected");
}el{
if ($(this).attr("lected") == "lected") {
$(this).removeAttr("lected");
}
}
点菜员});
//1、⾸先设置输框
$("#"+id).siblings("div[class='layui-unlect layui-form-lect']").children("div[class='layui-lect-title']").children("input").val(str);
//2、其次,设置dl下的dd
五月天欧美色图
$("#"+id).siblings("div[class='layui-unlect layui-form-lect']").children("dl").children("dd").each(function(){
if ($(this).text() == str){
if (!$(this).hasClass("layui-this")) {
$(this).addClass("layui-this");
$(this).click();
}
return true;
水牛皮凉席
}el{
if ($(this).hasClass("layui-this")) {
$(this).removeClass("layui-this");
熊银匠
}
}
});
}
以上这篇layer插件lect选中默认值的⽅法就是⼩编分享给⼤家的全部内容了,希望能给⼤家⼀个参考,也希望⼤家多多⽀持。