公告板
版本库
filestore
活动
搜索
登录
~whychwj
/
haha
keke
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
首页登陆添加拖动验证
hdw
2019-01-19
401f690e48292e4cb476a0b8d9790da2e1c71d33
[~whychwj/haha.git]
/
gx_tieta
/
WebRoot
/
js
/
ui-list.js
1
2
3
4
5
6
7
// 点击左侧的导航触发页面的效果
$(function() {
$('.ul-list').on('click', 'li a:not(.active)', function() {
$('.ul-list li a').removeClass('active');
$(this).addClass('active');
});
});