Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果有人能给我一些想法,我已经尝试了一切,但一无所获。
我得到了 cJUIcomplete 工作 bt 我正在做的事情 - 库存管理
打折形式-我的想法以类似的方式建造
产品名称 - 未结库存 - 数量 - 价格 - 总计(添加新行)
在产品名称文本框中,我使用 CJUIcomplete 从 n 个列表中搜索产品名称。
当我选择任何产品时,开放库存和价格字段应显示相应产品模型中选择的产品的值。
请在这个问题上帮助我。
谢谢德文达
在没有看到任何实际代码的情况下,很难知道事情在哪里。
$('#myGridId').on('click', 'thead tr th:last-child a', function() { //Do something here. });