集成 jquery-ui 和 jquery 验证
我正在使用 jquery ui 控件和 jquery 验证插件。
假设我想在组合框中添加所需的类。
该元素是使用通用代码动态生成的。
在哪里可以添加班级?
I'm using jquery ui controls, and jquery validation plugin.
let's say I want to add a required class on a combobox.
The element is dynamically generated with a generic code.
Where can I add the class ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我只需要选择具有适当班级的下一个兄弟:
I just need to select the next brother with the proper classes:
您可以将此 html 添加到您的视图中。或者取出脚本标签并将其添加到该页面的 js 文件中。在下面的例子中,我向组合框中添加了两个类。
这个组合框:
这是包裹在 html 脚本标签中的 JQuery:
You can add this html to your view. Or take out the script tags and add this to your js file for that page. In the case below I am adding two classes to the combobox.
This combo box:
This is the JQuery wrapped in a html script tag: