Created
July 11, 2018 13:14
-
-
Save portapipe/c5f0bfb2f18601c62f4de6285a554dd8 to your computer and use it in GitHub Desktop.
Chosen jQuery: fastest implementation!
This file contains hidden or 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
| <!-- 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