使用 jQueryUI 设置常规表单元素的样式
我在我的网站上使用 jQueryUI,以及 http://www.filamentgroup.com/lab/ jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/ 作为选择元素的替换。
但我在设置其他表单元素、文本和文本区域的样式时遇到问题。
有人知道如何正确地做到这一点吗?
I'm using jQueryUI on my site, as well as http://www.filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/ as replacement for select elements.
But I have a problem to style other form elements, text and textarea.
Have anybody idea how to do this right way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是当我想要使用 javascript 的样式表单时使用的...
http: //www.dfc-e.com/metiers/multimedia/opensource/jqtransform/
Here is what I use when I want style forms using javascript...
http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/
这是我的表单CSS。我从在线表格生成器中得到了这个。但我现在找不到该网站的网址。
/**** 输入和标签 ****/
更新
以及更多 CSS
Here is my form css. I got this from an online form generator. But I can't find the URL to the site now.
/**** Inputs and Labels ****/
Update
And some more CSS
如何使用 jQuery UI 增强表单
How to Enhance Forms using jQuery UI