Revert "Revert "metro 改进""

This reverts commit 7dee13e15a.
This commit is contained in:
Van
2013-10-17 11:31:51 +08:00
parent 7dee13e15a
commit 42ef868a92
11 changed files with 215 additions and 170 deletions

View File

@@ -17,7 +17,7 @@
* @fileoverview metro-hot js.
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.0.9, Jul 31, 2013
* @version 1.0.1.0, Sep 30, 2013
*/
var MetroHot = {
@@ -37,9 +37,12 @@ var MetroHot = {
$("#logout, .logout").attr("href", logoutHref);
// 头部标题点击事件
$(".header .title, .navigation").mouseover(function() {
$(".navigation").show();
}).mouseout(function() {
$(".navigation").hide();
});
$(".header .title").click(function() {
$(".navigation").slideToggle();
}).dblclick(function() {
window.location.href = latkeConfig.servePath;
});

File diff suppressed because one or more lines are too long