Skip to content

Instantly share code, notes, and snippets.

@lafikl
Created January 31, 2013 13:49
Show Gist options
  • Select an option

  • Save lafikl/4682993 to your computer and use it in GitHub Desktop.

Select an option

Save lafikl/4682993 to your computer and use it in GitHub Desktop.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.search input').focus(function() {
$('.search-options').slideDown();
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment