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.
我有一个包含这些字段成员 id(mid)、赞助商 id(sid)、赞助商名称(sname) 的数据库
和像这样的连接形式
现在我想在输入赞助商 ID 时添加此功能,然后它告诉我此 ID 在数据库中是否可用...如果不可用,则在该字段的前面显示消息,如果是,则当我单击赞助商时名称字段它会自动填充此 ID 的赞助商的名称..我希望这一切发生在点击提交按钮之前..谢谢..
请为此使用 JQuery 验证插件。下面是如何在这个插件中使用远程功能的例子。
http://docs.jquery.com/Plugins/Validation/Methods/remote