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.
我有 jqgrid 的问题
我在 jqgrid 中使用添加对话框功能。所以我可以轻松添加数据
问题是重复键。
我想在用户插入数据时检查主键是否已经存在。
我该如何处理?
我建议您使用用户输入验证。要测试页面上是否已经存在的元素,newid您可以测试$("#" + newid).length > 0。
newid
$("#" + newid).length > 0