javascript - JQuery Select2 Multiple Select Stutters on Page Load -
i have select control using select2 on, however, when load page, stutters...
first looks like
then looks like
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
Post a Comment