在inputText上使用set value启动Typeahead-bootstrap

时间:2013-11-21 11:02:02

标签: javascript twitter-bootstrap bootstrap-typeahead typeahead typeahead.js

我在输入文本

上分配值$ nomer
 if(!is_null($nomer)){
    ?>
  <script type="text/javascript">
                $(window).load(function(){
                        $('#myModal').modal('show');
                         document.getElementById('nomeingrediente').value = '<?php echo $nomer; ?>';
                         $('.nomeingrediente').typeahead(); //start typeahead on inpuTextid=nomeingrediente 
                });
   </script>
    <?php

    }

此代码无法正常运行。函数“typeahead”不适用于我设置的值,但只有在我写入inputext时才会有效。

使用bootstrap-typeahead 2.3

0 个答案:

没有答案