Commit 57ed809a by doszhang

dos

parent 5adecbc4
...@@ -65,7 +65,8 @@ $(document).ready(function () { ...@@ -65,7 +65,8 @@ $(document).ready(function () {
$('input[type=text]').on('focus', function () { $('input[type=text]').on('focus', function () {
$('.inputTip').hide(); $('.inputTip').hide();
// $('.start').hide(); // $('.start').hide();
}) $('input[type=text]').on('blur', function () { });
$('input[type=text]').on('blur', function () {
window.scrollTo(0, 0); window.scrollTo(0, 0);
if ($.trim($(this).val()) === '') { if ($.trim($(this).val()) === '') {
$('.inputTip').show(); $('.inputTip').show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment