# 01ITdesgin **Repository Path**: Junpeng1992/01ITdesgin ## Basic Information - **Project Name**: 01ITdesgin - **Description**: IT研习社网站编写 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 问题 ``` //layUI的 单选选中 $("input[name=type][value='0']").next().find("i").click(); //将下拉列表value为value-i-need的项选中 update.find("dd[lay-value=value-i-need]").click(); ``` ## 如何让用户登录才能访问页面 ````` 所有的controller 都要继承自comoncontrol 这样就可以了 `````````