jquery ui.progressbar label - 更改背景传递字母上的文本颜色
I have added a label to the jquery ui progressbar using this demo.
What I want to do is change the text color depending on if the progress bar is behind the letter.
How can I tell if that has happened?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
它有点难看,但如果你复制标签,一个在栏外,一个在栏内,并使用
overflow: hide
你可以将其关闭:http://jsbin.com/ohiyo/21/
仅在 Chrome 开发版和 Firefox 4 中测试
Its kinda ugly but if you duplicate the label, one outside the bar and one inside, and use
overflow: hidden
you can pull it off:http://jsbin.com/ohiyo/21/
Only tested in Chrome dev and firefox 4
使用 .progressbar 的
change 事件
,如下所示:Use the
change event
of .progressbar like so: