fix small typing error
This commit is contained in:
parent
36705152e0
commit
9f16a5cc85
@ -197,12 +197,16 @@
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$(".js-example-basic-single").select2();
|
||||
/* $('select').on('select2:open', function (e) {*/
|
||||
/* console.log("hello");*/
|
||||
/* $('.select2-dropdown').hide();*/
|
||||
/* setTimeout(function(){ $('.select2-dropdown').slideDown("slow", "easeInOutQuint"); }, 200);*/
|
||||
/* });*/
|
||||
});
|
||||
</script>
|
||||
|
||||
<select class="js-example-basic-single">
|
||||
<option value="AL">Alabama</option>
|
||||
...
|
||||
<option value="WY">Wyoming</option>
|
||||
</select>
|
||||
<input class="creInput radio op" type="text" name="privacy" readonly>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user