Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
姜枫
9 years ago
Commit
167a010c084a01509275ac6cf6341630475fa2bf
2 parents
425de5bd
1ad35902
handle merge
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/common/header.js
public/js/common/header.js
View file @
167a010
...
...
@@ -176,7 +176,7 @@ $searchKey.keyup(function(e) {
});
// ie8输入框提示特殊处理
if
(
$
.
browser
&&
$
.
browser
.
msie
&&
parseInt
(
$
.
browser
.
version
,
10
)
===
8
)
{
if
(
!!
window
.
ActiveXObject
&&
!!
document
.
documentMode
)
{
$searchKey
.
focus
(
function
()
{
var
key
=
$searchKey
.
val
();
...
...
@@ -189,7 +189,7 @@ if ($.browser && $.browser.msie && parseInt($.browser.version, 10) === 8) {
if
(
$
.
trim
(
key
)
===
''
)
{
$searchKey
.
val
(
'search'
).
css
(
'color'
,
'#aaa'
);
}
});
})
.
val
(
'search'
).
css
(
'color'
,
'#aaa'
)
;
}
$clearInput
.
click
(
function
()
{
...
...
Please
register
or
login
to post a comment