怎么样:每个只在单击按钮时运行

时间:2016-05-17 18:50:24

标签: javascript jquery spring twitter-bootstrap thymeleaf

我无法尝试 th:只有在点击某个按钮时才会运行。如果单击,引导模式一次空白将拥有数据,因为:每个都已执行(通过单击按钮) 。

这里的问题,我正在努力解决这个问题:如果百万美元:每个都是针对页面加载的所有表格行执行的,则它会向DB发送如此多的SELECT请求,这会减慢页面加载时间。

我一直在想像 th:if ='点击某个按钮'

<a class="popover-birthday" ><i class="fa fa-search-plus"></i></a>
 <div class="webui-popover-content"><div id="phoneList" th:if="${.popover-birthday.isClicked()}=='6971501'">
   <div th:each="phone : ${phones.getPhonesById(__${birthday.idUser}__)}" th:text="|(${phone.numDDD}) ${phone.numPhone}|"></div>
    </div>
 </div>

0 个答案:

没有答案