Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
2586703@qq.com
10 years ago
Commit
cd4ba87df242d4ff11d386102a05ce667200389e
1 parent
d734b61d
show js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
res/js/yohood.js
res/js/yohood.js
View file @
cd4ba87
...
...
@@ -261,20 +261,16 @@ define('yohood', function(require, exports) {
$
(
".show-wrap .image-box"
).
bind
(
"click"
,
function
()
{
showNone
(
$
(
this
));
});
$
(
"#bigpic"
).
live
(
"mouse
move
"
,
function
()
{
$
(
"#bigpic"
).
live
(
"mouse
enter
"
,
function
()
{
showLabel
(
$
(
this
).
parent
(),
480
,
480
,
0
,
0
);
});
$
(
".show-wrap .image-box"
).
bind
(
"mouse
move
"
,
function
()
{
$
(
".show-wrap .image-box"
).
bind
(
"mouse
enter
"
,
function
()
{
showLabel
(
$
(
this
),
308
,
308
,
0
,
0
);
});
}
$
(
".show-wrap .image-box, .img-zoom"
).
bind
(
"mouse
out
"
,
function
()
{
$
(
".show-wrap .image-box, .img-zoom"
).
bind
(
"mouse
leave
"
,
function
()
{
showNone
(
$
(
this
));
});
$
(
'.pic-tip'
).
on
(
'mousemove'
,
function
()
{
$
(
this
).
show
();
})
}
//整个页面布局
...
...
Please
register
or
login
to post a comment