按键时没有打开Bootstrap打印头

时间:2015-05-19 12:22:55

标签: javascript jquery angularjs twitter-bootstrap

我在点击时使用带有角度js的打印头引导程序我正在调用带有id标签的弹出窗口,当我按下回车键时如何调用相同的弹出窗口。

<div>
    <form role="search">
        <input class="typeahead tt-query" id="enter" autocomplete="off" spellcheck="false" ng-model="searchAllBreakfast" onfocus="this.placeholder = ''" onblur="this.placeholder = 'enter...'" placeholder="enter...">
   </form>
</div>

在插件中我修改了

e=function(a){return"<p data-toggle=modal data-   target=#getIndividualfood>"+a[d]+"</p>"},e}

所以,每当我点击列表中的元素时,它会调用带有id #getIndividualfood的弹出窗口,但它不会按回车键按

亲切的,有人帮助我这样做

0 个答案:

没有答案