-
-
Save alexeckermann/0dc91aa9ce4e99548f0a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Better… not really. Nicer… maybe. | |
$search = $('#main-navbar .search') | |
$search.find('input').css | |
border: '1px solid #cccccc' | |
$search.find('button').hide() | |
$search.find('.results').html(loading) | |
$search.find('.active, .results').show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment