Basically I need help with select2
. Right now I have a search box with this JQuery code in the head. When I preview it there's no place holder either.
<script type="text/javascript">
$(document).ready(function() {
$('select').select2({
placeholder: "Select a Townhall Level",
allowClear: true
});
});
</script>
</head>
Here's an image:
So I wonder how do I hide the search too? I have no experience at all with JQuery so help would be appreciated. Thank you for taking your time to read!
Here's my html: http://pastebin.com/P8in7ASX