|
@@ -74,7 +74,11 @@ z-index:999999;">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- $('input[placeholder="请输入内容"]').attr('id','search').attr('autocomplete','off');
|
|
|
|
|
|
+ $('input[placeholder="请输入内容"]').attr('id','search').attr('autocomplete','off').focus(function(){
|
|
|
|
+ $(this).attr('placeholder','')
|
|
|
|
+ }).blur(function () {
|
|
|
|
+ $(this).attr('placeholder','请输入内容')
|
|
|
|
+ });
|
|
|
|
|
|
$('head').after(`
|
|
$('head').after(`
|
|
<style>
|
|
<style>
|