...
|
...
|
@@ -34,7 +34,7 @@ $cancelSearch.on('touchstart', function() { |
|
|
});
|
|
|
|
|
|
$searchBox.children('.clear-text').on('touchstart', function() {
|
|
|
$search.val('').focus();
|
|
|
$search.val('').focus().trigger('input');
|
|
|
});
|
|
|
|
|
|
$searchBox.children('.search-icon').on('touchstart', function() {
|
...
|
...
|
|