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

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -