Skip to content

Instantly share code, notes, and snippets.

@talha08
Created August 19, 2017 15:36
Show Gist options
  • Save talha08/a40c929115839c188d8d6b956ce777ce to your computer and use it in GitHub Desktop.
Save talha08/a40c929115839c188d8d6b956ce777ce to your computer and use it in GitHub Desktop.
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/js/select2.min.js"></script>
jQuery(document).ready(function() {
$(".select2").select2({
width: '100%',
theme: "classic"
});
});
'class' => 'select2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment