mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-22 23:08:14 +08:00
展开/收缩效果
This commit is contained in:
parent
6136ea68b4
commit
59a4303e1d
@ -463,10 +463,10 @@ function timeSeriesReload(flag) {
|
||||
var al_expand_collapse_click = 0;
|
||||
$('#al_expand_collapse').click(function () {
|
||||
if (al_expand_collapse_click == 0) {
|
||||
$al_post_list.show();
|
||||
$al_post_list.show(400);
|
||||
al_expand_collapse_click++;
|
||||
} else if (al_expand_collapse_click == 1) {
|
||||
$al_post_list.hide();
|
||||
$al_post_list.hide(400);
|
||||
al_expand_collapse_click--;
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user