javascript - JQuery Select2 Multiple Select Stutters on Page Load -


i have select control using select2 on, however, when load page, stutters...

first looks like

starting look

then looks like

final look

how can second image, without every looking first?

the code using is

<script type="text/javascript"> $(document).ready( function () {      $('#faq-tags-tag').select2({         tags: true     });  }); </script> 

when try without document ready, looks first image...


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -