• <small id='bxuxZ'></small><noframes id='bxuxZ'>

  • <legend id='bxuxZ'><style id='bxuxZ'><dir id='bxuxZ'><q id='bxuxZ'></q></dir></style></legend>

      • <bdo id='bxuxZ'></bdo><ul id='bxuxZ'></ul>
      <i id='bxuxZ'><tr id='bxuxZ'><dt id='bxuxZ'><q id='bxuxZ'><span id='bxuxZ'><b id='bxuxZ'><form id='bxuxZ'><ins id='bxuxZ'></ins><ul id='bxuxZ'></ul><sub id='bxuxZ'></sub></form><legend id='bxuxZ'></legend><bdo id='bxuxZ'><pre id='bxuxZ'><center id='bxuxZ'></center></pre></bdo></b><th id='bxuxZ'></th></span></q></dt></tr></i><div id='bxuxZ'><tfoot id='bxuxZ'></tfoot><dl id='bxuxZ'><fieldset id='bxuxZ'></fieldset></dl></div>

      1. <tfoot id='bxuxZ'></tfoot>

        未定义的函数初始化标记输入引导程序 3

        时间:2023-07-31
          <bdo id='Fuk0S'></bdo><ul id='Fuk0S'></ul>
            <tbody id='Fuk0S'></tbody>
            <tfoot id='Fuk0S'></tfoot>

            <small id='Fuk0S'></small><noframes id='Fuk0S'>

              <legend id='Fuk0S'><style id='Fuk0S'><dir id='Fuk0S'><q id='Fuk0S'></q></dir></style></legend>

                1. <i id='Fuk0S'><tr id='Fuk0S'><dt id='Fuk0S'><q id='Fuk0S'><span id='Fuk0S'><b id='Fuk0S'><form id='Fuk0S'><ins id='Fuk0S'></ins><ul id='Fuk0S'></ul><sub id='Fuk0S'></sub></form><legend id='Fuk0S'></legend><bdo id='Fuk0S'><pre id='Fuk0S'><center id='Fuk0S'></center></pre></bdo></b><th id='Fuk0S'></th></span></q></dt></tr></i><div id='Fuk0S'><tfoot id='Fuk0S'></tfoot><dl id='Fuk0S'><fieldset id='Fuk0S'></fieldset></dl></div>
                2. 本文介绍了未定义的函数初始化标记输入引导程序 3的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试为 bootstrap 3 实现 TagInput 但是当我尝试初始化它,它给了我一个错误 Uncaught TypeError: Property 'undefined' of object #<TagsInput>不是函数

                  I'm try to implement TagInput for bootstrap 3 but when i try to inizialize it, it give me a error Uncaught TypeError: Property 'undefined' of object #<TagsInput> is not a function

                  这是我调用脚本的方式

                  <script src='<?php echo base_url() ?>resources/js/jquery-1.7.2.min.js' type='text/javascript'></script>
                  
                  <script src='<?php echo base_url() ?>resources/js/bootstrap.js' type='text/javascript'></script>
                  
                  <script src='<?php echo base_url() ?>resources/js/bootstrap-tagsinput.js' type='text/javascript'></script>
                  
                  <script> $('.tagplayer').tagsinput();</script>
                  

                  表格

                  <input type="text" class="tagplayer">
                  

                  我目前不再使用此插件,我需要建议接受正确的答案.

                  推荐答案

                  我遇到了同样的问题.可能作者修改后忘记测试了.打开bootstrap-tagsinput.js,在最后一行可以看到如下代码;

                  I got the same problem. May the author forgot to test after some revision. Open bootstrap-tagsinput.js, and at the last line you can see the following code;

                     $(function() {
                         $("input[data-role=tagsinput], select[multiple][data-role=tagsinput]").tagsinput();
                     });
                  

                  如你所见,在这段js代码中,调用了tagsinput()函数.因此,包括您在代码中对 tagsinput() 的调用,对 tagsinput() 的调用有 2 次.

                  As you can see, in this js code, tagsinput() function is called. Hence, including your call to tagsinput() in your code, there are 2 calls to tagsinput().

                  因此,在第 357 行,将 tagsinput() 函数注册为 jquery 插件,初始化失败.

                  As a result, at line 357 where registering tagsinput() function as a jquery plugin, the initializing is failed.

                  要解决这个问题,请注释上面的代码.(但也许你可以使用一些功能,但并不重要

                  To solve this, comment upper code. (But maybe you can use some functionalties, but not importan

                  无论如何,您也需要包含 bootstrap-tagsinput.css.

                  Anyway, you need to include bootstrap-tagsinput.css too.

                  这篇关于未定义的函数初始化标记输入引导程序 3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:at-sign (@) 是有效的 HTML/XML 标记字符吗? 下一篇:自定义 ngTagsInput &amp;自动完成指令(AngularJS)

                  相关文章

                    <tfoot id='9H5jB'></tfoot>

                    <small id='9H5jB'></small><noframes id='9H5jB'>

                      <bdo id='9H5jB'></bdo><ul id='9H5jB'></ul>

                  1. <i id='9H5jB'><tr id='9H5jB'><dt id='9H5jB'><q id='9H5jB'><span id='9H5jB'><b id='9H5jB'><form id='9H5jB'><ins id='9H5jB'></ins><ul id='9H5jB'></ul><sub id='9H5jB'></sub></form><legend id='9H5jB'></legend><bdo id='9H5jB'><pre id='9H5jB'><center id='9H5jB'></center></pre></bdo></b><th id='9H5jB'></th></span></q></dt></tr></i><div id='9H5jB'><tfoot id='9H5jB'></tfoot><dl id='9H5jB'><fieldset id='9H5jB'></fieldset></dl></div>

                      <legend id='9H5jB'><style id='9H5jB'><dir id='9H5jB'><q id='9H5jB'></q></dir></style></legend>