Skip to content

Instantly share code, notes, and snippets.

@portapipe
Created July 11, 2018 13:14
Show Gist options
  • Select an option

  • Save portapipe/c5f0bfb2f18601c62f4de6285a554dd8 to your computer and use it in GitHub Desktop.

Select an option

Save portapipe/c5f0bfb2f18601c62f4de6285a554dd8 to your computer and use it in GitHub Desktop.
Chosen jQuery: fastest implementation!
<!-- jQuery (comment the next line if you've already loaded it) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/chosen/1.8.7/chosen.min.css">
<
<!-- JS -->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/chosen/1.8.7/chosen.jquery.min.js"></script>
<script>
$(document).ready(function(){
$(".chosen-select").chosen();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment