公告板
版本库
filestore
活动
搜索
登录
鲁星伟
/
sensor
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1
81041
2019-06-20
ab3c4acf83f54f8449ca8664c4a2bb79bd30f297
[~whyclxw/sensor.git]
/
sensor
/
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');
});
});