Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oliyoung/ececcc72d444e129419b to your computer and use it in GitHub Desktop.
Save oliyoung/ececcc72d444e129419b to your computer and use it in GitHub Desktop.
# Better… not really. Nicer… maybe.
$('#main-navbar .search').scope
$('input').css
border: '1px solid #cccccc'
$('button').hide()
$('.results').html(loading)
$('.active, .results').show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment