Js中的页面自动生成下拉信息

Js中的页面自动生成下拉信息

KaTeX parse error: Expected '}', got 'EOF' at end of input: …ion() { if ((this).parent().siblings(".detailInfo-box").css(“display”) == “none”) {
$(this).parent().siblings(".detailInfo-box").slideDown(300);
$(this).css({在这里插入图片描述
transform: ‘rotate(180deg)’,
transition: ‘all .3s linear’
});
$(this).parent().parent().siblings().find(".detailInfo-box").slideUp(300);
$(this).parent().parent().siblings().find(".icon-flex").css({
transform: ‘rotate(0deg)’,
transition: ‘all .3s linear’
});
} else {
$(this).parent().siblings(".detailInfo-box").slideUp(300);
$(this).css({
transform: ‘rotate(0deg)’,
transition: ‘all .3s linear’
});
}
});
for (var i = 0; i < data.data.length - 1; i++) {
var ListEnterprise = data.data[numbere].ListEnterprise;
var ListEnterprisess = ListEnterprise[2].PositionName;
for (var k = 0; k < ListEnterprisenum; k++) {
var alldata = data.data[i].EnterpriseID;
var list = ListEnterprise[k].EnterpriseID;
if (alldata == list) {
positionhtml +=

  • ’ +
    ’ +
    ’ +
    ’ +
    ListEnterprise[k].PositionName +
    ’ +
    ’ +
    ListEnterprise[k].Salary +
    ’ +
    ’ + ListEnterprise[k].RecruitNumber +
    '人 | ’ +
    ListEnterprise[k].EducationType +
    ’ | ’ +
    ListEnterprise[k].ExperienceRequirement +
    ’ +
    ’ +
    ’ +
  • ’;
    }
    }
    主要是在js中的对于在html中页面标签的添加生成伸缩功能

    List<Dictionary<string, object>> List = new List<Dictionary<string, object>>();
    List<Dictionary<string, object>> List2 = new List<Dictionary<string, object>>();
    List<Dictionary<string, object>> ListEnterprise = new List<Dictionary<string, object>>();
    Dictionary<string, object> addlist = new Dictionary<string, object>() ;
    List = DALMethod.ListChaXunShuJu(“ChenLinKun_API_Manage”, new Dictionary<string, object> {
    {"@EmploymentAdMeetingID",employmentid},
    {"@Type",“CheckEmploymentAdMeeting”}}
    );
    if (List.Count > 0)
    {
    for (int i = 0; i < List.Count; i++)
    {
    int EnterpriseID = (int)List[i][“EnterpriseID”];
    ListEnterprise = DALMethod.ListChaXunShuJu(“ChenLinKun_API_Manage”, new Dictionary<string, object> {
    {"@EnterpriseID",EnterpriseID},
    {"@PositionName",checkname},
    {"@Type",“CheckPosition”}
    }
    );
    if (ListEnterprise.Count > 0)
    {
    List2.AddRange(ListEnterprise);
    }
    else
    {
    List.Remove(List[i]);
    }
    }
    addlist.Add(“ListEnterprise”, List2);
    List.Add(addlist);
    还有就是在对于一个请求中对于数据库多个存储过程中的列表插入查询
    并且将列表插入在父列表中进行的呈现类二级菜单效果

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值