CyberMiles / smart_contracts

Smart contracts and DApps deployed on the CyberMiles blockchain
GNU General Public License v3.0
19 stars 15 forks source link

Search box should be empty at page load #2

Closed alabulei1 closed 5 years ago

alabulei1 commented 5 years ago

When the user uses BACK button to go back to the search page, the search box should be empty.

搜索结果页面保留之前的搜索词,这个我觉得是对的,看完一个结果,我想去看另外一个结果。 如果我回到主页面就是想重新搜索新的词了

Atlasoin commented 5 years ago

Adding the clear search box when loading:

$(document).ready(function () {
    ...
    $(".search-box").val("")
}