如何使用 jQueryUI 将主题应用到表格?
我需要为一些表格设置主题,并且我想使用 jQueryUI 来完成此任务。
我在哪里可以找到这方面的一些示例、资源、链接和演示?
I need to theme some tables, and I want to accomplish this using jQueryUI.
Where can I find some examples, resources, links and demos of this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用这种方法取得了巨大成功:
http://www.ke-cai.net/2010/01/theme-your-table-with-jquery-ui.html
您始终可以将类直接应用于表以减少 JavaScript 开销,如下所示出色地。
I've used this method with great success:
http://www.ke-cai.net/2010/01/theme-your-table-with-jquery-ui.html
You could always apply the classes directly to the table to reduce javascript overhead as well.
你必须使用 jquery 来为表格设置主题吗?也许我在这里遗漏了一些东西,但是引入 jquery + jquery.ui 是否对于通过 CSS 完成的事情来说是一个极大的开销?
Do you have to use jquery to theme the table? Maybe I'm missing something here, but isn't bringing in jquery + jquery.ui a bit of an extreme overhead for what could just be done through CSS?