带有状态文本的 jQuery 进度条

发布于 2024-08-04 19:18:52 字数 85 浏览 1 评论 0原文

是否可以在 jQuery 进度条中添加状态文本?

例如:

如果我选择上传 3 个文件,我想在状态栏下方显示文件名 是否可以?

Is it possible to add status text in jQuery progress bar?

For example :

if i am selecting 3 files to upload i want to show the filename below the status bar
is it possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

痴者 2024-08-11 19:18:52

如果您正在谈论的是这个 http://t.wits.sg/ Misc/jQueryProgressBar/demo.php 那么就很简单了。

$("span.progressBar >span").prepend("<br/>");

您可以使用 firebug 直接在上面链接下的页面上进行测试;-)

您可以添加以获得集中对齐。

if the one you are talking about is this one http://t.wits.sg/misc/jQueryProgressBar/demo.php then it is simple.

$("span.progressBar >span").prepend("<br/>");

you can test this directly on the page under the link above, using firebug ;-)

you may add to get a centralized alignment.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文